summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index fff7a520..d05e9ef9 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -211,7 +211,7 @@ windows side-by-side in the frame."
'(gnus-gcc-mark-as-read t)
'(gnus-interactive-exit 'quiet)
'(gnus-kill-files-directory "~/doc/News/")
- '(gnus-kill-summary-on-exit nil)
+ '(gnus-kill-summary-on-exit t nil nil "Would prefer nil but t seems advisable for notmuch groups.")
'(gnus-large-ephemeral-newsgroup 8000)
'(gnus-large-newsgroup 8000)
'(gnus-mark-article-hook '(spw/gnus-mark-article-hook))