Update news
This commit is contained in:
parent
df3324ec48
commit
336a80cd5e
1 changed files with 3 additions and 2 deletions
|
@ -34,9 +34,7 @@
|
|||
("https://krebsonsecurity.com/feed/" security blog)
|
||||
("https://www.schneier.com/feed/atom/" security blog)
|
||||
("https://www.greenpeace.org/usa/rsslatest.xml" nature climate blog)
|
||||
("https://blog.rust-lang.org/feed.xml" rust blog news)
|
||||
("https://twobithistory.org/feed.xml" history blog coding)
|
||||
("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
|
||||
("https://www.phoronix.com/rss.php" linux news blog)
|
||||
("https://gwern.substack.com/feed" blog technology personal)
|
||||
("https://www.heise.de/thema/Linux-und-Open-Source?view=atom" linux news)
|
||||
|
@ -49,6 +47,7 @@
|
|||
(mapcar
|
||||
#'(lambda (feed)
|
||||
(add-to-list 'elfeed-feeds feed))
|
||||
;; lisp / clojure / emacs feeds
|
||||
'(("http://planet.sbcl.org/rss20.xml" sbcl lisp)
|
||||
("http://atomized.org/rss.xml" lisp emacs blog)
|
||||
("https://stevelosh.com/rss.xml" lisp blog personal)
|
||||
|
@ -66,10 +65,12 @@
|
|||
("https://olddeuteronomy.github.io/index.xml" emacs blog)
|
||||
("https://www.colinmclear.net/posts/index.xml" research emacs blog)
|
||||
("http://nullprogram.com/feed/" lisp blog)
|
||||
("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
|
||||
("https://lisp-journey.gitlab.io/index.xml" lisp blog)))
|
||||
(mapcar
|
||||
#'(lambda (feed)
|
||||
(add-to-list 'elfeed-feeds feed))
|
||||
;; ux feeds
|
||||
'(("https://www.audiotranskription.de/feed/" ux blog qda)
|
||||
("https://uxcontent.com/feed/" ux writing blog)
|
||||
("https://userlutions.com/feed/" ux usability blog)
|
||||
|
|
Loading…
Add table
Reference in a new issue