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

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

[nongnu] elpa/evil-lisp-state 96d21715bd 106/125: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 96d21715bd 106/125: Fix typo
Date: Thu, 6 Jan 2022 04:58:45 -0500 (EST)

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

    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



reply via email to

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