branch: elpa/helm commit 8a03a0408ca93f3698c536e3d7bebf38affcc419 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@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."