diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-09 03:03:34 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-09 03:03:34 -0400 |
commit | 8d6a56129312f86c88dffc88bfb4f93e92257b6c (patch) | |
tree | 0c6e13be949bc26d2205027062b06f7c0b7fcb69 | |
parent | 389b4cb65e084615f8be83c111d39b960dca752a (diff) | |
download | emacs.d-8d6a56129312f86c88dffc88bfb4f93e92257b6c.tar.gz |
Don't prompt on gnus exit
-rw-r--r-- | lisp/init-gnus.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 3cac15d..7b81a35 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -55,6 +55,7 @@ gnus-topic-display-empty-topics nil gnus-visible-headers '("^From" "^Subject" "^Date" "^To" "^Cc" "^User-Agent") gnus-confirm-mail-reply-to-news t + gnus-interactive-exit nil mm-discouraged-alternatives '("text/html" "text/richtext") footnote-section-tag "") |