From 4f9a4b2a7cf7f40906ba3e4c8bc76a1d3fdb57fb Mon Sep 17 00:00:00 2001 From: mprodges Date: Fri, 21 Jan 2022 17:33:04 +0000 Subject: [PATCH] Hack to build mu4e as it uses a non standard location. See https://github.com/raxod502/straight.el/issues/491 --- elisp/extras.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elisp/extras.el b/elisp/extras.el index bd2906f..42859a4 100644 --- a/elisp/extras.el +++ b/elisp/extras.el @@ -53,7 +53,8 @@ ;; Mail reader ;; This package was installed with debian, I hope this works -(use-package mu4e +(use-package + '(mu4e :files (:defaults "mu4e/*.el")) :config (load "~/.emacs.d/elisp/mu4e-setup.el")) ;; mail notification in modeline