Add elfeed feeds

This commit is contained in:
g1n 2021-05-07 20:11:56 +03:00
parent 5d61a8b79a
commit cc08807dd4
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@
:ensure t)
(global-set-key (kbd "C-x w") 'elfeed)
(setq elfeed-feeds
'(("https://nullprogram.com/feed/" nullprogram)
("https://codevoid.de/h/feed.xml" codevoid)
("https://xkcd.com/atom.xml" xkcd)
))
; gnus
(setq gnus-select-method '(nntp "news.tilde.club"))