emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state 16c01d79b2 123/125: Define evil-lisp-state


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 16c01d79b2 123/125: Define evil-lisp-state-major-mode-map
Date: Thu, 6 Jan 2022 04:58:46 -0500 (EST)

branch: elpa/evil-lisp-state
commit 16c01d79b2730b14de234c13d5d21647d5ac3fd3
Author: Roman Coedo <romancoedo@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]