diff options
author | bd <bdunahu@colostate.edu> | 2024-03-29 19:12:03 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-29 19:12:03 -0600 |
commit | 7978c5c6ca4460f470eeed6040777c25df5b3597 (patch) | |
tree | d74a2d5018cc2365c311ac71417b6569023bddbf /.config/emacs/modules/bd--rss.el | |
parent | bb92d2715f9ea0868ea5edd3ac870bbec9d4f343 (diff) |
Minor changes to tabs/projects
Diffstat (limited to '.config/emacs/modules/bd--rss.el')
-rw-r--r-- | .config/emacs/modules/bd--rss.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--rss.el b/.config/emacs/modules/bd--rss.el index e0b48e5..8eafc32 100644 --- a/.config/emacs/modules/bd--rss.el +++ b/.config/emacs/modules/bd--rss.el @@ -8,6 +8,7 @@ newsticker-url-list '(("Ambrose and Elsewhere" "https://jamesenge.com/engeblog/feed" nil nil nil) ("James Enge Mastodon" "https://mastodon.sdf.org/@jamesenge.rss" nil nil nil) ("Tales From the Magician's Skull" "https://goodman-games.com/tftms/category/book-reviews/feed" nil nil nil) + ("Protesilaos Issues" "https://protesilaos.com/commentary.xml" 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) ("Mental Outlaw" "https://vid.puffyan.us/feed/channel/UC7YOGHUfC1Tb6E4pudI9STA" nil nil nil) @@ -17,6 +18,7 @@ ;; may require ./newsticker/groups to be cleared newsticker-groups '("Feeds" ("READING" "James Enge Mastodon" "Tales From the Magician's Skull" "Ambrose and Elsewhere") + ("PHILOSOPHY" "Protesilaos Issues") ("TECH" "Parabola GNU/Linux-libre" "suckless.org news") ("VIDEO" "Mental Outlaw" "Luke Smith" "Bugswriter" "Protesilaos Stravrou"))) |