Emacs: Silence warning about which-key-mode.

This commit is contained in:
tastytea 2020-03-31 03:48:33 +02:00
parent 53520e3aed
commit 8996113d4d
1 changed files with 1 additions and 0 deletions

View File

@ -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.