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

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

[nongnu] elpa/evil-lisp-state 82601dc5ed 117/125: Fix dumb error


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 82601dc5ed 117/125: Fix dumb error
Date: Thu, 6 Jan 2022 04:58:46 -0500 (EST)

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

    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")



reply via email to

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