Only demand which-key if it is installed
This commit is contained in:
parent
18762c553b
commit
0955beffec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user