mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 09:51:31 -08:00
Merge pull request #171 from wyuenho/patch-1
Customize which-key-sort-order with list
This commit is contained in:
commit
32dad608ab
1 changed files with 5 additions and 1 deletions
|
|
@ -355,7 +355,11 @@ are
|
|||
See the README and the docstrings for those functions for more
|
||||
information."
|
||||
:group 'which-key
|
||||
:type 'function)
|
||||
:type '(choice (function-item which-key-key-order)
|
||||
(function-item which-key-key-order-alpha)
|
||||
(function-item which-key-description-order)
|
||||
(function-item which-key-prefix-then-key-order)
|
||||
(function-item which-key-local-then-key-order)))
|
||||
|
||||
(defcustom which-key-sort-uppercase-first t
|
||||
"If non-nil, uppercase comes before lowercase in sorting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue