From 336a80cd5e12c75724eaf1d8dfffc0c7ab40fc8f Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 29 Oct 2022 13:08:27 +0200 Subject: [PATCH] Update news --- bundle/bundle--news.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle/bundle--news.el b/bundle/bundle--news.el index e26eded5..8fc2025e 100644 --- a/bundle/bundle--news.el +++ b/bundle/bundle--news.el @@ -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)