From f8ef9b938c630b4cc3f19db6ca053bba2d11736a Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Sun, 12 Jan 2025 12:51:38 -0700 Subject: [PATCH] doc: Document which-key deferral bug --- users/crumb/programs/emacs/modules/syd-keybinds.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/crumb/programs/emacs/modules/syd-keybinds.el b/users/crumb/programs/emacs/modules/syd-keybinds.el index c8bfb9a..26f6890 100644 --- a/users/crumb/programs/emacs/modules/syd-keybinds.el +++ b/users/crumb/programs/emacs/modules/syd-keybinds.el @@ -69,6 +69,8 @@ are active.") ;; Show possible completions for a partially-entered key sequence. (use-package which-key + ;; BUG: (#4) If the first input is a prefix key, `which-key-mode' won't be + ;; activated in time. :hook (on-first-input . which-key-mode) :custom ((which-key-allow-evil-operators t) (which-key-show-operator-state-maps t)))