summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-08 22:44:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commit31de0f545651113611dfe98fe436c04efd7ea195 (patch)
tree1a98bfd2fa29306fe70cb9e4a77690f117111b70
parent53dfc24c1acf4d188acc6a937899e443c9bd3c87 (diff)
downloaddotfiles-31de0f545651113611dfe98fe436c04efd7ea195.tar.gz
always read Gnus dribble file
-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 17570846..3ab5ab56 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -201,6 +201,7 @@ windows side-by-side in the frame."
'(gc-cons-threshold 16777216)
'(gdb-many-windows t)
'(global-so-long-mode t)
+ '(gnus-always-read-dribble-file t)
'(gnus-buttonized-mime-types '("text/x-\\(?:diff\\|patch\\)"))
'(gnus-directory "~/local/News/")
'(gnus-extra-headers '(To Cc List-Id))