[Emacs] Add C-w as a zop-to-char kill key

This commit is contained in:
Ivan Malison 2016-12-28 18:13:13 -08:00
parent 20b52223bf
commit 2ac6c50d83
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1750,7 +1750,7 @@ bind-key and global-set-key forms.
:bind ("M-z" . zop-to-char)
:init
(progn
(setq zop-to-char-kill-keys '(?\C-k))
(setq zop-to-char-kill-keys '(?\C-k ?\C-w))
(setq zop-to-char-quit-at-point-keys '(?\r))))
#+END_SRC
** helm