aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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