emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 8a03a0408c: Change helm-current-directory-alist defau


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8a03a0408c: Change helm-current-directory-alist default value
Date: Mon, 21 Apr 2025 07:03:45 -0400 (EDT)

branch: elpa/helm
commit 8a03a0408ca93f3698c536e3d7bebf38affcc419
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Change helm-current-directory-alist default value
---
 helm-lib.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index e31bf737f8..8096a49e6d 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -159,7 +159,10 @@ the customize functions e.g. `customize-set-variable' and 
NOT
 
 (defcustom helm-current-directory-alist
   '((dired-mode . dired-current-directory)
-    (mu4e-main-mode . mu4e-root-maildir))
+    (mu4e-main-mode . mu4e-root-maildir)
+    (gnus-group-mode . gnus-directory)
+    (gnus-summary-mode . gnus-directory)
+    (gnus-article-mode . gnus-directory))
   "Tell `helm-current-directory' what to use according to `major-mode'.
 Each element of alist is (MAJOR-MODE . SYMBOL) where SYMBOL is either a 
variable
 or a function."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]