From c1ab19e9185d62beb1014a1695a2395b4b492cea Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jul 2019 08:10:08 -0700 Subject: Add more feeds --- oni-elfeed.el | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/oni-elfeed.el b/oni-elfeed.el index 578eb37..8ca890d 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -42,7 +42,30 @@ ("http://sachachua.com/blog/category/emacs/feed/" emacs) ("https://www.reddit.com/r/lisp/hot.xml" lisp) ("http://planet.lisp.org/rss20.xml" lisp) - ("https://www.reddit.com/r/scheme/hot.xml" lisp scheme))) + ("https://www.reddit.com/r/scheme/hot.xml" lisp scheme) + "http://aphyr.com/posts.atom" + "https://news.ycombinator.com/rss" + "https://www.reddit.com/r/programming/hot.xml" + ("https://lwn.net/headlines/newrss" linux) + ("https://serversforhackers.com/feed.xml" linux) + "http://julien.danjou.info/blog/index.xml" + "https://sites.google.com/site/darkwavestyle/SecretPage1/posts.xml" + ("http://lispblog.xach.com/rss" lisp) + "http://esr.ibiblio.org/?feed=rss2" + "http://feeds.feedburner.com/GiantRobotsSmashingIntoOtherGiantRobots" + "http://grumpygamer.com/rss2.0" + "http://irreal.org/blog/?feed=rss2" + "http://devblog.avdi.org/feed/" + "http://wingolog.org/feed/atom" + "http://xach.livejournal.com/data/atom" + "http://allanmcrae.com/feed/" + "http://beej.us/blog/rss.xml" + "http://steve-yegge.blogspot.be/atom.xml" + "https://www.archlinux.org/feeds/news/" + ("http://blog.quicklisp.org/feeds/posts/default" lisp) + "http://www.gimp.org/news.rdf" + "https://nostarch.com/feeds/comingsoon.xml" + "https://nostarch.com/feeds/newbooks.xml")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" -- cgit v1.2.3-54-g00ecf