[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>") . ("→"))))
- [elpa] externals/which-key updated (fc29864 -> 27d9fec), ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 0f6bda6 02/32: Improve first doc-string line in trivial cases, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 12f743c 01/32: Fix whitespace, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key d8445fd 24/32: Try again to fix tests, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key fffd3e5 07/32: Fix default of which-key-replacement-alist,
ELPA Syncer <=
- [elpa] externals/which-key 8d6d81d 09/32: Expand get-keymap-bindings test, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 6290c9e 26/32: Improve which-key-add-keymap-based-bindings, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 063b867 18/32: Fix github action, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 28f386c 25/32: Fix key sort order functions, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 11471fb 21/32: Add install python step to github action, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key e236920 14/32: Merge branch 'alt-get-bindings', ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 7cfbf8c 23/32: Turn off fail-fast in github action, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key eb5a2e3 28/32: Clean up some docstrings, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key cd0c48c 29/32: Clarify usage of keymap replacements in docstrings and README, ELPA Syncer, 2021/06/30
- [elpa] externals/which-key 27d9fec 32/32: Fix compiler warnings, ELPA Syncer, 2021/06/30