doc: Document which-key deferral bug

This commit is contained in:
Madeleine Sydney
2025-01-12 12:51:38 -07:00
parent 0a2d600b17
commit f8ef9b938c

View File

@@ -69,6 +69,8 @@ are active.")
;; Show possible completions for a partially-entered key sequence. ;; Show possible completions for a partially-entered key sequence.
(use-package which-key (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) :hook (on-first-input . which-key-mode)
:custom ((which-key-allow-evil-operators t) :custom ((which-key-allow-evil-operators t)
(which-key-show-operator-state-maps t))) (which-key-show-operator-state-maps t)))