summaryrefslogtreecommitdiffstats
path: root/gnus.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-26 13:20:52 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-26 13:21:34 +0100
commitaac9c079d32cbd1be07c008d7cbb7a3894908cfb (patch)
tree52a87fd83b4e0164f54faf2bcf5cc1aa15c88682 /gnus.el
parentc6bac61fcd467dedd1b3696771058abbb5c7d498 (diff)
downloadymh-emacs-aac9c079d32cbd1be07c008d7cbb7a3894908cfb.tar.gz
ymh-emacs-aac9c079d32cbd1be07c008d7cbb7a3894908cfb.zip
Update eglot configuration and add nnhackernews
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnus.el b/gnus.el
index 429c704..4153da7 100644
--- a/gnus.el
+++ b/gnus.el
@@ -4,7 +4,8 @@
(setq gnus-secondary-select-methods
'((nntp "news.gwene.org")
(nnmaildir "mailbox"
- (directory "~/mail-gnus/mailbox"))))
+ (directory "~/mail-gnus/mailbox"))
+ (nnhackernews "")))
(setq mm-text-html-renderer 'gnus-w3m)
(setq gnus-inhibit-images nil)