summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-20 09:42:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-20 10:10:45 -0700
commitf92eb32193072721f60afd80ea5743b856e370a1 (patch)
tree546d3d8b4b9c0c08e20d92c247d01a6af564a58f
parentb15e9f7f55fb2bcdfc98a59efcf39098160fa704 (diff)
downloaddotfiles-f92eb32193072721f60afd80ea5743b856e370a1.tar.gz
switch gnus-kill-summary-on-exit back on
-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))