Skip to content

Commit 0950451

Browse files
committed
fix(daemon): check if mu4e is available
1 parent 0ea4bd7 commit 0950451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/me-daemon.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
;; Email (mu4e)
1212
(+lazy-when! (memq 'me-email minemacs-modules)
13-
(when (require 'mu4e nil t)
13+
(when (and +mu4e-available-p (require 'mu4e nil t))
1414
(unless (mu4e-running-p)
1515
(+info! "Starting `mu4e' in background.")
1616
(let ((inhibit-message t))

0 commit comments

Comments
 (0)