summaryrefslogtreecommitdiffstats
path: root/gnus.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-01 18:56:17 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-01 18:56:40 +0100
commit8cc3bf0f42a00b94454043344c1108e340c698b1 (patch)
treed589f036918e3c96103fff737641ed77d024ebae /gnus.el
parent73365007d44286510a385a3664e7aa139e340d99 (diff)
downloadymh-emacs-8cc3bf0f42a00b94454043344c1108e340c698b1.tar.gz
ymh-emacs-8cc3bf0f42a00b94454043344c1108e340c698b1.zip
Move :init setq into :custom block
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnus.el b/gnus.el
index 4153da7..429c704 100644
--- a/gnus.el
+++ b/gnus.el
@@ -4,8 +4,7 @@
(setq gnus-secondary-select-methods
'((nntp "news.gwene.org")
(nnmaildir "mailbox"
- (directory "~/mail-gnus/mailbox"))
- (nnhackernews "")))
+ (directory "~/mail-gnus/mailbox"))))
(setq mm-text-html-renderer 'gnus-w3m)
(setq gnus-inhibit-images nil)