aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2020-02-22 23:15:38 -0500
committerRyan Kavanagh <rak@debian.org>2020-02-22 23:15:38 -0500
commitfbe8bdcc411720f7ee17111248d29ea2b1c4c5fe (patch)
tree4c3bda0f75b9bbe784bb9123fcf5e94965e422cf /.emacs
parentreftex auto labels include master file name (diff)
more gnus config
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 40fca13..ca4f66d 100644
--- a/.emacs
+++ b/.emacs
@@ -249,8 +249,10 @@ Extended Format date in the date field and return it as a string obeing
(nnfolder-active-file "~/News/sent/active")
(nnfolder-directory "~/News/sent")))
(gnus-check-new-newsgroups nil)
+ (gnus-group-line-format "%M%S%p%P%5y:%B%(%G%) %z\n")
:hook
- (message-send . gnus-score-followup-article))
+ (message-send . gnus-score-followup-article)
+ (gnus-group-mode . gnus-topic-mode))
(use-package haskell-mode
:ensure t