branch: elpa/evil-lisp-state
commit 82601dc5ed967d499d5d907328630057e3fabc8f
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
Fix dumb error
---
evil-lisp-state.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 0fc9af971b..3cad15ac87 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -169,10 +169,10 @@ 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-keys (evil-lisp-state-leader)
+ :evil-keys (leader)
:evil-states (normal))
(bind-map evil-lisp-state-major-modes-map
- :evil-keys (evil-lisp-state-leader)
+ :evil-keys (leader)
:evil-states (normal)
:major-modes (evil-lisp-state-major-modes)))
(evil-lisp-state-leader "SPC l")