From d03b2109650003ff98d89ebe9db22d62df1374e1 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 2 Oct 2025 18:01:54 +0100 Subject: darwin: fix for consult-notmuch display path --- custom/jao-custom-gnus.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index f8a396d..2cd2499 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -804,7 +804,11 @@ '("message/rfc822" . jao-gnus-goto-file)))) ;;;; notmuch (use-package jao-notmuch-gnus - :demand t) + :demand t + :init + (jao-when-darwin + (setq jao-notmuch-gnus-mail-directory + (expand-file-name "gnus" jao-maildir)))) (jao-load-path "consult-notmuch") -- cgit v1.2.3