Emacs: Silence warning about which-key-mode.
This commit is contained in:
parent
53520e3aed
commit
8996113d4d
|
@ -73,6 +73,7 @@ With ARG, do it that many times."
|
|||
;; Display available keybindings.
|
||||
(use-package which-key
|
||||
:diminish which-key-mode
|
||||
:defines ('which-key-mode)
|
||||
:config (which-key-mode))
|
||||
|
||||
;; Navigate between windows with alt+arrows.
|
||||
|
|
Loading…
Reference in New Issue
Block a user