]> git.ekhem.eu.org Git - guix.git/commitdiff
[emacs] Initialize environment variable for `notmuch`.
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 2 Jun 2023 17:01:11 +0000 (19:01 +0200)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:24 +0000 (19:53 +0100)
emacs/.config/emacs/conf/conf-email.el

index 99339b4b0b7ed3fb8022a57d1dec7cc8456eecc8..fcc58bf9b0924fa5bb2a35fa341e16ec14737b5c 100644 (file)
@@ -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 ())