commit 4761d68625ec6d3c175e9d45a96a5e41a9d82316
parent 2f554942172075a5a26e1949eecf4c4759d0185b
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 23 Jul 2020 15:36:59 +0300
mu4e: add if statements to other package calls as well
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -544,11 +544,13 @@ somewhat wonky.
(use-package mu4e-alert
:straight t
+ :if (executable-find "mu")
:after mu4e
:config
(mu4e-alert-enable-mode-line-display))
(use-package mu4e-config
+ :if (executable-find "mu")
:after mu4e
:load-path "~/.config/mu4e")
#+END_SRC