forked from colonelpanic/dotfiles
[Emacs] Add C-w as a zop-to-char kill key
This commit is contained in:
parent
20b52223bf
commit
2ac6c50d83
@ -1750,7 +1750,7 @@ bind-key and global-set-key forms.
|
|||||||
:bind ("M-z" . zop-to-char)
|
:bind ("M-z" . zop-to-char)
|
||||||
:init
|
:init
|
||||||
(progn
|
(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))))
|
(setq zop-to-char-quit-at-point-keys '(?\r))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** helm
|
** helm
|
||||||
|
Loading…
Reference in New Issue
Block a user