chiark / gitweb /
dot/emacs: Fix DEL to work properly in `isearch' mode.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 18 May 2020 03:53:32 +0000 (04:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 18 May 2020 03:53:32 +0000 (04:53 +0100)
commit449874b395eab9f16ff7fc94e9cc7e204b71c6cc
tree4380a2f445e0feccfd671572b7bb646ae1b91cc8
parent56366becd663ec64162bb01ca33a85d70e549bdd
dot/emacs: Fix DEL to work properly in `isearch' mode.

Now it actually deletes a single character, rather than doing some
random thing.

The old binding is still available as M-DEL, should I ever want it.
dot/emacs