Update --news

This commit is contained in:
Marcus Kammer 2024-03-28 07:57:12 +01:00
parent d110aaddba
commit 0c51d8332c

View file

@ -35,6 +35,7 @@
("https://blog.mozilla.org/en/feed/" web firefox blog) ("https://blog.mozilla.org/en/feed/" web firefox blog)
("https://fsfe.org/news/news.de.rss" fsfe news free-software) ("https://fsfe.org/news/news.de.rss" fsfe news free-software)
("https://nostarch.com/feeds/newbooks.xml" books press) ("https://nostarch.com/feeds/newbooks.xml" books press)
("https://stackoverflow.com/feeds/tag?tagnames=sqlite&sort=newest" sqlite stackoverflow)
("https://rework.withgoogle.com/blog/feed" teams work blog))) ("https://rework.withgoogle.com/blog/feed" teams work blog)))
(setq elfeed-search-filter "@7-day-ago +unread") (setq elfeed-search-filter "@7-day-ago +unread")
(let ((feeds (expand-file-name "~/feeds.el"))) (let ((feeds (expand-file-name "~/feeds.el")))
@ -71,6 +72,8 @@
("https://notes.eatonphil.com/rss.xml" lisp emacs blog) ("https://notes.eatonphil.com/rss.xml" lisp emacs blog)
("https://stackoverflow.com/feeds/tag?tagnames=hunchentoot&sort=newest" lisp stackoverflow) ("https://stackoverflow.com/feeds/tag?tagnames=hunchentoot&sort=newest" lisp stackoverflow)
("https://stackoverflow.com/feeds/tag?tagnames=common-lisp&sort=newest" lisp stackoverflow) ("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://sourceforge.net/p/sbcl/activity/feed" lisp sbcl) ("https://sourceforge.net/p/sbcl/activity/feed" lisp sbcl)
("https://fukamachi.hashnode.dev/rss.xml" lisp blog) ("https://fukamachi.hashnode.dev/rss.xml" lisp blog)
("https://sourceforge.net/projects/sbcl/rss?path=/sbcl" lisp sbcl sourceforge) ("https://sourceforge.net/projects/sbcl/rss?path=/sbcl" lisp sbcl sourceforge)