From 404cbbeaf121aa9429a4e27293843210199e6bb7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 3 Mar 2013 14:45:41 +0100 Subject: emacs: Use topic-mode with gnus --- emacs/gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/gnus.el') 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) -- cgit v1.2.3-54-g00ecf