branch: elpa/evil-lisp-state
commit 6491bdb6ffff3a5b6b7c4480d504fab582e12958
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>

    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