From 0955beffec547a4ba8782af67f777dd346a4a134 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 12 Apr 2020 15:19:48 -0400 Subject: [PATCH] Only demand which-key if it is installed --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index acc9665..b408736 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)