mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 19:00:42 -08:00
Add default replacement for next page
This commit is contained in:
parent
2b442b17c2
commit
f454e02490
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ in the first example."
|
|||
:type '(alist :key-type regexp :value-type string))
|
||||
|
||||
(defcustom which-key-description-replacement-alist
|
||||
'(("Prefix Command" . "prefix"))
|
||||
'(("Prefix Command" . "prefix") ("which-key-show-next-page" . "wk next pg"))
|
||||
"See `which-key-key-replacement-alist'.
|
||||
This is a list of lists for replacing descriptions."
|
||||
:group 'which-key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue