From 34e3d05cc663417af68a47a37aea3c31c0ddebb5 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Fri, 2 Jun 2023 19:01:11 +0200 Subject: [PATCH] [emacs] Initialize environment variable for `notmuch`. --- emacs/.config/emacs/conf/conf-email.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/.config/emacs/conf/conf-email.el b/emacs/.config/emacs/conf/conf-email.el index 99339b4..fcc58bf 100644 --- a/emacs/.config/emacs/conf/conf-email.el +++ b/emacs/.config/emacs/conf/conf-email.el @@ -34,6 +34,8 @@ :custom (notmuch-archive-tags '("-inbox" "+archive")) (notmuch-transient-prefix "?") + :init + (exec-path-from-shell-copy-env "NOTMUCH_CONFIG") :config ;; `dummy' is not a real password entry. It exists solely for this advices. (define-advice notmuch-poll (:before ()) -- 2.39.5