branch: elpa/evil-lisp-state
commit 16c01d79b2730b14de234c13d5d21647d5ac3fd3
Author: Roman Coedo <[email protected]>
Commit: syl20bnr <[email protected]>

    Define evil-lisp-state-major-mode-map
---
 evil-lisp-state.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 9cf6eca5c5..89f83b7625 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -256,6 +256,9 @@ If `evil-lisp-state-global' is non nil then this variable 
has no effect."
     ("W"   . sp-unwrap-sexp)
     ("y"   . sp-copy-sexp))
   "alist of keys and commands in lisp state.")
+
+(defvar evil-lisp-state-major-mode-map (make-sparse-keymap))
+
 (dolist (x evil-lisp-state-commands)
   (let ((key (car x))
         (cmd (cdr x)))

Reply via email to