Configure zop-to-char bindings
This commit is contained in:
parent
12ee05349d
commit
e28fe1bc2f
@ -1270,7 +1270,11 @@ whenever there is an error.
|
|||||||
*** zop-to-char
|
*** zop-to-char
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package zop-to-char
|
(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
|
#+END_SRC
|
||||||
*** helm
|
*** helm
|
||||||
I use helm for almost all emacs completion
|
I use helm for almost all emacs completion
|
||||||
|
Loading…
Reference in New Issue
Block a user