1
Fork 0
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:
Justin Burkett 2021-06-21 14:00:54 -04:00
parent 8a558e6a79
commit fffd3e5ebf

View file

@ -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>") . (""))))