From 82aa2fb26843f4ab95f472ab6a7fc126ab5baf1c Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 17 Mar 2025 17:53:50 -0400 Subject: update rss feeds --- .config/emacs/modules/bd--rss.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/bd--rss.el b/.config/emacs/modules/bd--rss.el index 1030a1f..c8f2094 100644 --- a/.config/emacs/modules/bd--rss.el +++ b/.config/emacs/modules/bd--rss.el @@ -10,14 +10,13 @@ newsticker-retrieval-interval (* 60 60 24) newsticker-automatically-mark-items-as-old nil - newsticker-url-list '(("James Enge Mastodon" "https://mastodon.sdf.org/@jamesenge.rss" nil nil nil) - ("Parabola GNU/Linux-libre" "https://www.parabola.nu/feeds/news/" nil nil nil) - ("suckless.org news" "https://suckless.org/atom.xml" nil nil nil) - ("Protesilaos Stravrou" "https://vid.puffyan.us/feed/channel/UC0uTPqBCFIpZxlz_Lv1tk_g" nil nil nil)) + newsticker-url-list '(("Ambrose and Elsewhere" "https://jamesenge.com/engeblog/feed" nil nil nil) + ("Tales From the Magician's Skull" "https://goodman-games.com/tftms/category/book-reviews/feed" nil nil nil) + ("Guix Blog" "https://guix.gnu.org/feeds/blog.atom" nil nil nil) + ("Parabola GNU/Linux-libre" "https://www.parabola.nu/feeds/news/" nil nil nil)) newsticker-groups '("Feeds" - ("READING" "James Enge Mastodon") - ("TECH" "Parabola GNU/Linux-libre" "suckless.org news") - ("VIDEO" "Protesilaos Stravrou")))) + ("READING" "Ambrose and Elsewhere" "Tales From the Magician's Skull") + ("TECH" "Guix Blog" "Parabola GNU/Linux-libre")))) (provide 'bd--rss) -- cgit v1.2.3