diff --git a/bundle/bundle--news.el b/bundle/bundle--news.el index c6d8933f..e26eded5 100644 --- a/bundle/bundle--news.el +++ b/bundle/bundle--news.el @@ -21,18 +21,9 @@ ("https://blog.chromium.org/feeds/posts/default" browser web) ("https://hacks.mozilla.org/feed/" browser web) ("https://www.interaction-design.org/rss/site_news.xml" ux design) - ("https://www.nngroup.com/feed/rss/" ux design) - ("https://uxpamagazine.org/?feed=full" ux design) - ("https://feedpress.me/UXmatters" ux design) - ("https://uxmovement.com/feed" ux design) - ("https://www.uxbeginner.com/feed/" ux design) - ("https://jeffgothelf.com/feed/" lean ux design blog) - ("https://uxwritinghub.com/feed/" ux writing blog) ("https://pragdave.me/feed.xml" coding blog) ("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web) ("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google) - ("https://uxcontent.com/feed/" ux writing blog) - ("https://userlutions.com/feed/" ux usability blog) ("https://nostarch.com/feeds/newbooks.xml" books) ("https://metaebene.me/feed/m4a/" podcast) ("https://www.strategyzer.com/blog/rss.xml" business blog strategyzer) @@ -46,7 +37,6 @@ ("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.audiotranskription.de/feed/" ux blog qda) ("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) @@ -76,8 +66,20 @@ ("https://olddeuteronomy.github.io/index.xml" emacs blog) ("https://www.colinmclear.net/posts/index.xml" research emacs blog) ("http://nullprogram.com/feed/" lisp blog) - ("https://lisp-journey.gitlab.io/index.xml" lisp blog) -))) + ("https://lisp-journey.gitlab.io/index.xml" lisp blog))) + (mapcar + #'(lambda (feed) + (add-to-list 'elfeed-feeds feed)) + '(("https://www.audiotranskription.de/feed/" ux blog qda) + ("https://uxcontent.com/feed/" ux writing blog) + ("https://userlutions.com/feed/" ux usability blog) + ("https://www.nngroup.com/feed/rss/" ux design) + ("https://uxpamagazine.org/?feed=full" ux design) + ("https://feedpress.me/UXmatters" ux design) + ("https://uxmovement.com/feed" ux design) + ("https://www.uxbeginner.com/feed/" ux design) + ("https://jeffgothelf.com/feed/" lean ux design blog) + ("https://uxwritinghub.com/feed/" ux writing blog)))) (use-package gnus :ensure nil