From fd6984f2e779162e729967662d3567aa4e0551ad Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 29 Oct 2020 01:30:36 -0400 Subject: [PATCH] Sort which-key labels alphabetically Fixes #4177 --- core/core-keybinds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 203a4060e..84a4fbac4 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -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