Sort which-key labels alphabetically

Fixes #4177
This commit is contained in:
Henrik Lissner
2020-10-29 01:30:36 -04:00
parent 9ce9c6838e
commit fd6984f2e7

View File

@@ -184,7 +184,7 @@ localleader prefix."
(use-package! which-key
:hook (doom-first-input . which-key-mode)
:init
(setq which-key-sort-order #'which-key-prefix-then-key-order
(setq which-key-sort-order #'which-key-key-order-alpha
which-key-sort-uppercase-first nil
which-key-add-column-padding 1
which-key-max-display-columns nil