Configure zop-to-char bindings

This commit is contained in:
Ivan Malison 2016-08-21 22:29:52 -07:00
parent 12ee05349d
commit e28fe1bc2f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1270,7 +1270,11 @@ whenever there is an error.
*** zop-to-char
#+BEGIN_SRC emacs-lisp
(use-package zop-to-char
:bind ("M-z" . zop-to-char))
:bind ("M-z" . zop-to-char)
:init
(progn
(setq zop-to-char-kill-keys '(?\C-k))
(setq zop-to-char-quit-at-point-keys '(?\r))))
#+END_SRC
*** helm
I use helm for almost all emacs completion