From 71d17bd282d8c2304fe6acb08285d7500b1a90b6 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 26 Sep 2022 15:18:49 -0400 Subject: [PATCH] Use absolute path for ~filtered-emails.el~ --- global.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.org b/global.org index 40cc885..60fb1e8 100644 --- a/global.org +++ b/global.org @@ -727,7 +727,7 @@ one of the addresses in the list. #+begin_src emacs-lisp - (load-file "filtered-emails.el") + (load-file "~/.emacs.d/filtered-emails.el") (defun my-mu4e-contact-filter-function (addr) (let ((ignore nil))