From 71c832b5d67aa1380d1690de56ba39699a5bb6fb Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 4 Apr 2024 15:27:12 +0200 Subject: [PATCH] Update feeds --- bundle/bundle--news.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--news.el b/bundle/bundle--news.el index 92351401..dc454ff2 100644 --- a/bundle/bundle--news.el +++ b/bundle/bundle--news.el @@ -52,6 +52,9 @@ ("https://stackoverflow.com/feeds/tag?tagnames=common-lisp&sort=newest" lisp stackoverflow) ("https://stackoverflow.com/feeds/tag?tagnames=elisp&sort=newest" lisp emacs stackoverflow) ("https://stackoverflow.com/feeds/tag?tagnames=org-mode&sort=newest" emacs orgmode stackoverflow) + ("https://stackoverflow.com/feeds/tag?tagnames=sqlite&sort=newest" sqlite stackoverflow) + ("https://stackoverflow.com/feeds/tag?tagnames=xmpp&sort=newest" xmpp stackoverflow) + ("https://stackoverflow.com/feeds/tag?tagnames=http&sort=newest" http stackoverflow) ("https://sourceforge.net/p/sbcl/activity/feed" lisp sbcl) ("https://fukamachi.hashnode.dev/rss.xml" lisp blog) ("https://sourceforge.net/projects/sbcl/rss?path=/sbcl" lisp sbcl sourceforge) @@ -74,7 +77,9 @@ ("https://www.ndr.de/nachrichten/info/podcast4696.xml" podcast umwelt klima) ("https://ct-uplink.podigee.io/feed/mp3" podcast technik computer) ("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" podcast osint) - ("https://stackoverflow.com/feeds/tag?tagnames=sqlite&sort=newest" sqlite stackoverflow))) + ("https://hacks.mozilla.org/feed/" blog firefox web) + ("https://www.heise.de/thema/raspberry-pi.xml" raspberry heise news) + )) (setq elfeed-search-filter "@7-day-ago +unread") (let ((feeds (expand-file-name "~/feeds.el"))) (when (file-exists-p feeds)