From e28fe1bc2f6663bac645ac8b2b0288ae7d79f5e5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Aug 2016 22:29:52 -0700 Subject: [PATCH] Configure zop-to-char bindings --- dotfiles/emacs.d/README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 715ae1c9..e3ec50f2 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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