doom: minor load finction change

This commit is contained in:
Payas Relekar 2023-12-25 21:48:01 +05:30
parent e6c81dadd7
commit 76ede3edde

View file

@ -811,7 +811,7 @@ mu4e + mbsync + msmtp:
;; Separate file in separate repo is made so as to maintain privacy ;; Separate file in separate repo is made so as to maintain privacy
;; This way, if in future this repo is to be open sourced, history can be maintained ;; This way, if in future this repo is to be open sourced, history can be maintained
(if (file-exists-p "~/org/elisp-fu/mu4e-fu.el") (if (file-exists-p "~/org/elisp-fu/mu4e-fu.el")
(load "~/org/elisp-fu/mu4e-fu.el"))) (load! "~/org/elisp-fu/mu4e-fu.el")))
(use-package! mu4e-alert (use-package! mu4e-alert
:after (mu4e) :after (mu4e)