Add more feeds
This commit is contained in:
parent
b2543abd9d
commit
c1ab19e918
1 changed files with 24 additions and 1 deletions
|
@ -42,7 +42,30 @@
|
||||||
("http://sachachua.com/blog/category/emacs/feed/" emacs)
|
("http://sachachua.com/blog/category/emacs/feed/" emacs)
|
||||||
("https://www.reddit.com/r/lisp/hot.xml" lisp)
|
("https://www.reddit.com/r/lisp/hot.xml" lisp)
|
||||||
("http://planet.lisp.org/rss20.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
|
(add-hook 'elfeed-new-entry-hook
|
||||||
(elfeed-make-tagger :before "2 weeks ago"
|
(elfeed-make-tagger :before "2 weeks ago"
|
||||||
|
|
Loading…
Reference in a new issue