Skip to content

Commit

Permalink
fix(daemon): check if mu4e is available
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 10, 2023
1 parent 0ea4bd7 commit 0950451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-daemon.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

0 comments on commit 0950451

Please sign in to comment.