From bdb3c223281920d03e021f9f233cb4e01adfad7e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 10 Feb 2023 22:26:17 +0200 Subject: emacs: Add noerror when mu4e nil --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5cea6f4..2245c0a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -901,7 +901,7 @@ you have the correctly set the OPENAI_API_KEY variable" :load-path "/opt/homebrew/share/emacs/site-lisp/mu/mu4e/")) ;; Check if we have mu4e available ;; if t load mu4e settings -(when (require 'mu4e t) +(when (require 'mu4e nil 'noerror) (setq mu4e-update-interval (* 10 60)) (setq mu4e-get-mail-command "mbsync -a") (setq mu4e-maildir-list "~/Mail/Inbox") -- cgit v1.2.3