branch: elpa/evil-lisp-state
commit 96d21715bdcef259c5db24bd10b5dea0aa92a7de
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
Fix typo
---
evil-lisp-state.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index bb0e2e7637..60093ebd98 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -226,7 +226,7 @@ If `evil-lisp-state-global' is non nil then this variable
has no effect."
(define-key evil-lisp-state-map ,(kbd key) ',cmd)
(if evil-lisp-state-global
(evil-leader/set-key
- ,(kbd (concat evil-lisp-state-leader-prefix " "key))
+ ,(kbd (concat evil-lisp-state-leader-prefix " " key))
(evil-lisp-state-enter-command ,cmd))
(dolist (mm evil-lisp-state-major-modes)
(evil-leader/set-key-for-mode mm