summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-13 09:21:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-13 19:01:02 -0700
commit25f56c891535be2d0fbd9307fab7c653ab27adff (patch)
treeb1d9deca4c44fc846a81a23e534d9a4c87422e99
parentb9adb7972cc1daea369a25f5f50964e18c47f115 (diff)
downloaddotfiles-25f56c891535be2d0fbd9307fab7c653ab27adff.tar.gz
set gnus-interactive-exit
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0233b4bb..47d6ec3a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -210,6 +210,7 @@ windows side-by-side in the frame."
'(gnus-directory "~/local/News/")
'(gnus-extra-headers '(To Cc List-Id))
'(gnus-gcc-mark-as-read t)
+ '(gnus-interactive-exit 'quiet)
'(gnus-kill-files-directory "~/doc/News/")
'(gnus-kill-summary-on-exit nil)
'(gnus-large-ephemeral-newsgroup 8000)