From cafdb6b8b47e085736bd58f8dd4edb61f6e261ec Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 2 Sep 2015 12:35:24 -0400 Subject: [PATCH] which-key: Add replacement for evil-lisp-state- --- spacemacs/packages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 509bea6d4..3a25afa0b 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -3690,7 +3690,8 @@ one of `l' or `r'." ("avy-goto-line" . "avy line") ("universal-argument" . "universal arg") ("er/expand-region" . "expand region") - ("helm-apropos" . "apropos")))) + ("helm-apropos" . "apropos") + ("evil-lisp-state-\\(.+\\)" . "\\1")))) (dolist (nd new-descriptions) ;; ensure the target matches the whole string (push (cons (concat "\\`" (car nd) "\\'") (cdr nd))