Skip to content

Commit

Permalink
fix: sort which-key alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
WarFox committed Apr 8, 2024
1 parent 7fc091a commit 0943f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/warmacs-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
(which-key-mode 1)
:custom
(which-key-idle-delay 0.1)
(which-key-sort-uppercase-first nil)
(which-key-sort-order 'which-key-key-order-alpha)
:diminish
which-key-mode)

Expand Down

0 comments on commit 0943f44

Please sign in to comment.