From f68cfe9bc75f76d955957a12934f490b72f9f631 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 18 Aug 2011 10:19:38 +0200 Subject: EMACS: Added Gnus configuration --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 18cb384..8470ce4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -139,6 +139,9 @@ (lambda () (turn-on-auto-fill) (turn-on-flyspell))) + +;;; Gnus +(setq gnus-init-file "~/.emacs.d/gnus") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; AUTOLOADS ;; -- cgit v1.2.3-54-g00ecf