summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-11-10 10:25:05 +0100
committerrekado <rekado@elephly.net>2016-11-10 10:25:05 +0100
commit692cfd1c28259c7dc18936fe5b72c6b989772e9b (patch)
tree9eb0f09c205c53f457677e02cf35d0e9a9dea0b8
parent78ef93f6ac3064cffbc7f46b32c081dfcc11be2e (diff)
remove separate gnus configuration file
-rw-r--r--init.org2
-rw-r--r--lisp/init-gnus.el1
2 files changed, 1 insertions, 2 deletions
diff --git a/init.org b/init.org
index 91790f5..7bdba6c 100644
--- a/init.org
+++ b/init.org
@@ -774,7 +774,7 @@ This is even more stuff to be done after initialising packages. I still need to
(require 'my/init-org)
(require 'my/init-completion)
(load "init-geiser.el")
-(load "init-gnus.el")
+(setq gnus-select-method '(nntp "news.gmane.org"))
(require 'my/init-magit)
(load "init-eshell.el")
(load "init-smex.el")
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el
deleted file mode 100644
index 26c3e50..0000000
--- a/lisp/init-gnus.el
+++ /dev/null
@@ -1 +0,0 @@
-(setq gnus-select-method '(nntp "news.gmane.org"))