Only demand which-key if it is installed

This commit is contained in:
Adam Goldsmith 2020-04-12 15:19:48 -04:00
parent 18762c553b
commit 0955beffec
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@
("claremontmakerspace\\.org" . mediawiki-mode)
)))
(use-package which-key :demand
(use-package which-key :demand :if (package-installed-p 'which-key)
:delight
:config
(which-key-mode)