emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/which-key fffd3e5 07/32: Fix default of which-key-repla


From: ELPA Syncer
Subject: [elpa] externals/which-key fffd3e5 07/32: Fix default of which-key-replacement-alist
Date: Wed, 30 Jun 2021 18:57:27 -0400 (EDT)

branch: externals/which-key
commit fffd3e5ebfbd5a38f1f78197452c13330762dc9a
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    Fix default of which-key-replacement-alist
---
 which-key.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/which-key.el b/which-key.el
index 5c2ca80..bb1cf01 100644
--- a/which-key.el
+++ b/which-key.el
@@ -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>") . ("→"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]