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:
parent
91ab13ee39
commit
9df87e6e36
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue