mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Fix default of which-key-replacement-alist
This commit is contained in:
parent
8a558e6a79
commit
fffd3e5ebf
1 changed files with 1 additions and 3 deletions
|
|
@ -152,9 +152,7 @@ remapped given the currently active keymaps."
|
|||
|
||||
(defcustom which-key-replacement-alist
|
||||
(delq nil
|
||||
`(((nil . "Prefix Command") . (nil . "prefix"))
|
||||
((nil . "\\`\\?\\?\\'") . (nil . "lambda"))
|
||||
((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
|
||||
`(((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
|
||||
,@(unless which-key-dont-use-unicode
|
||||
'((("<left>") . ("←"))
|
||||
(("<right>") . ("→"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue