summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-03 14:45:41 +0100
committerGravatar Tom Willemsen2013-03-03 14:45:41 +0100
commit404cbbeaf121aa9429a4e27293843210199e6bb7 (patch)
treeea152487766975815f2764f1d539361f12953acc
parent5b0715954765f1688e87db0caacc3a7f36972663 (diff)
downloaddotfiles-404cbbeaf121aa9429a4e27293843210199e6bb7.tar.gz
dotfiles-404cbbeaf121aa9429a4e27293843210199e6bb7.zip
emacs: Use topic-mode with gnus
-rw-r--r--emacs/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/gnus.el b/emacs/gnus.el
index 7301231..aac7c6e 100644
--- a/emacs/gnus.el
+++ b/emacs/gnus.el
@@ -49,7 +49,7 @@
(signature-file "~/documents/work/aethon/signature.txt")
(eval (setq message-sendmail-extra-arguments '("-a" "aethon")
flyspell-default-dictionary "nl")))))
-
+(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
;-----[ BBDB ]--------------------------------------------------------
;; (require 'bbdb)
;; (bbdb-initialize 'gnus 'message)