From 0947af117679a49ee4d0db6c9ca5db3c3a0ff186 Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Thu, 7 Mar 2024 12:45:03 -0500 Subject: [PATCH] Sharp quote which-key-sort-order default. --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 40cb6ba..27c4fa3 100644 --- a/which-key.el +++ b/which-key.el @@ -350,7 +350,7 @@ and https://github.com/justbur/emacs-which-key/issues/225." (const :tag "No" nil)) :version "1.0") -(defcustom which-key-sort-order 'which-key-key-order +(defcustom which-key-sort-order #'which-key-key-order "Order in which the key bindings are sorted. If nil, do not resort the output from `describe-buffer-bindings' which groups by mode. Ordering options