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

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

[nongnu] elpa/evil-lisp-state 6491bdb6ff 119/125: use bind-map :evil-use


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 6491bdb6ff 119/125: use bind-map :evil-use-local
Date: Thu, 6 Jan 2022 04:58:46 -0500 (EST)

branch: elpa/evil-lisp-state
commit 6491bdb6ffff3a5b6b7c4480d504fab582e12958
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    use bind-map :evil-use-local
---
 evil-lisp-state.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 6358dad391..485d05d0f9 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -170,6 +170,7 @@ If `evil-lisp-state-global' is non nil then this variable 
has no effect."
 (defun evil-lisp-state-leader (leader)
   "Set LEADER."
   (bind-map evil-lisp-state-map
+    :evil-use-local t
     :evil-keys (leader)
     :evil-states (normal))
   (eval



reply via email to

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