1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 01:40:53 -08:00

Shorten lighter name

This commit is contained in:
justbur 2016-03-14 07:25:54 -04:00
parent 91ab13ee39
commit 9df87e6e36

View file

@ -424,8 +424,8 @@ ignored."
:group 'which-key
:type 'function)
(defcustom which-key-custom-lighter " WK"
"minor mode lighter to use in the mode-line."
(defcustom which-key-lighter " WK"
"Minor mode lighter to use in the mode-line."
:group 'which-key
:type 'string)
@ -501,7 +501,7 @@ alongside the actual current key sequence when
(define-minor-mode which-key-mode
"Toggle which-key-mode."
:global t
:lighter which-key-custom-lighter
:lighter which-key-lighter
:keymap (let ((map (make-sparse-keymap)))
(mapc
(lambda (prefix)