summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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 ;;