diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:15:38 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:15:38 -0500 |
commit | fbe8bdcc411720f7ee17111248d29ea2b1c4c5fe (patch) | |
tree | 4c3bda0f75b9bbe784bb9123fcf5e94965e422cf /.emacs | |
parent | reftex auto labels include master file name (diff) |
more gnus config
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |