-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
elfeed-feeds.el
43 lines (42 loc) · 2.18 KB
/
elfeed-feeds.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
(setq elfeed-feeds
'(("http://nullprogram.com/feed/" emacs)
("https://www.booleanknot.com/blog/feed.xml" emacs important)
("https://labs.uswitch.com/rss/" programming)
;; Carl
("https://stackingthebricks.com/atom.xml" carl business)
("https://beratung.duevel.online/blog/index.xml" carl programming)
;; SirPscls great Emacs configuration
("https://github.com/SirPscl/emacs.d/commits/master.atom" emacs)
;; *tpo
("http://tpo.sourcepole.ch/atom.xml" tomas)
("https://weblog.rubyonrails.org/feed/atom.xml" rails)
("https://blog.ungleich.ch/en-us/cms/blog/feed/" ungleich)
("https://medium.com/feed/@gianluca.guarini/" javascript)
("http://howardism.org/index.xml" emacs)
("http://blog.fogus.me/feed/" clojure)
("http://blog.cognitect.com/blog?format=rss" clojure)
("http://blog.cognitect.com/cognicast-transcripts?format=RSS" clojure)
("https://blog.panter.ch/feed.xml" rails)
("http://planet.emacsen.org/atom.xml" emacs)
("https://purelyfunctional.tv/feed/normal-feed" clojure)
("https://lambdaisland.com/feeds/blog.atom" clojure)
;; Bozhidar Batsov
("https://metaredux.com/feed.xml" clojure ruby)
("http://irreal.org/blog/?feed=rss2" emacs)
;; Jonas Bernoulli (Magit, Forge)
("https://emacsair.me/feed.xml" emacs)
;; Follow replies to my comments on HN
("https://hnrss.org/replies?id=preek" hackernews)
;; Everything on HN above 400 points
("https://hnrss.org/newest?points=400" hackernews)
;; All clojure/lisp/ruby/org/emacs/elisp news above 25 points
("https://hnrss.org/newest?q=clojure+OR+lisp+OR+ruby+OR+org+OR+emacs+OR+elisp&points=25" hackernews)
;; Subscribe to Clojure/Emacs/Lisp/Ruby News on https://lobste.rs
("https://lobste.rs/t/clojure,emacs,lisp,ruby.rss" lobsters)
("http://200ok.ch/atom.xml" 200ok)
;; Art
("https://katrinphyllis.tumblr.com/rss" katrin)
;; Insopor Zen Academy
("https://zen-temple.net/feed" zen)))
(when (file-exists-p "~/.emacs.d/private_feeds")
(load "~/.emacs.d/private_feeds"))