which-key: Add replacement for evil-lisp-state-

This commit is contained in:
justbur 2015-09-02 12:35:24 -04:00 committed by syl20bnr
parent bd8369918b
commit cafdb6b8b4

View file

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