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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -184,7 +184,7 @@ localleader prefix."
(use-package! which-key (use-package! which-key
:hook (doom-first-input . which-key-mode) :hook (doom-first-input . which-key-mode)
:init :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-sort-uppercase-first nil
which-key-add-column-padding 1 which-key-add-column-padding 1
which-key-max-display-columns nil which-key-max-display-columns nil