From f92eb32193072721f60afd80ea5743b856e370a1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 20 Jul 2022 09:42:48 -0700 Subject: switch gnus-kill-summary-on-exit back on --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3