From 87fcaafb5aefba418da161e89c09f6ddad9b7a6b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 21 Apr 2019 12:36:03 -0400 Subject: [PATCH] added evil bindigns to lispy movement --- conf.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf.org b/conf.org index 448afd6..b3a9db8 100644 --- a/conf.org +++ b/conf.org @@ -3470,6 +3470,14 @@ Since I use vi mode in my terminal emulator, need to preserve the escape key's r (kbd "C-j") 'nd/term-send-raw-down (kbd "H-j") 'nd/term-send-raw-down) #+END_SRC +**** lisp +#+BEGIN_SRC emacs-lisp +(evil-define-key 'normal emacs-lisp-mode-map + "gh" #'lispy-left + "gl" #'lispy-flow + "gj" #'lispy-down + "gk" #'lispy-up) +#+END_SRC ** local These are for mode-specific bindings that can/should be outside of the evil maps above (there are not many, and these may be merged with their evil bretheren in the future). *** org-mode