From: Jakub Czajka Date: Fri, 2 Jun 2023 17:01:11 +0000 (+0200) Subject: [emacs] Initialize environment variable for `notmuch`. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=34e3d05cc663417af68a47a37aea3c31c0ddebb5;p=guix.git [emacs] Initialize environment variable for `notmuch`. --- 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 ())