diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-10 21:02:09 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-10 21:02:09 -0400 |
commit | 6d6d7541e4c5b77b79eb859798e36db86053449b (patch) | |
tree | 7db08c7a0f50c6eae0228115dad56279047d8345 | |
parent | 4d3feca4dd1960ea8373ba5766290ebff9d9303e (diff) | |
download | emacs.d-6d6d7541e4c5b77b79eb859798e36db86053449b.tar.gz |
Don't load nnrss
-rw-r--r-- | lisp/init-gnus.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 4e2a907..838dae4 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -73,9 +73,6 @@ (gnus-group-exit)))) (add-hook 'kill-emacs-hook 'gnus-grace-exit-before-kill-emacs) -;; Use for rss too specific to add to gwene. -(require 'nnrss) - ;; Start in topic mode. (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) |