]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-delete-char): Add and bind to "C-d"
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 12 May 2015 16:38:44 +0000 (18:38 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 12 May 2015 16:38:44 +0000 (18:38 +0200)
commit93faef3a22478afa13e4bc8269f7791384e9210e
treedabca5276ceae2117cd74fa88d5c4a9596b32c1c
parent70c8c8adf750b71c304647696350b44a18162144
ivy.el (ivy-delete-char): Add and bind to "C-d"

`delete-char' must not be called when at end of line, since that would
bring the first candidate into the input.

Fixes #94
ivy.el