diff options
author | bd <bdunahu@operationnull.com> | 2024-11-08 23:53:08 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-08 23:53:08 -0500 |
commit | 26042331b4424ba3721d42970e7cafe741f96423 (patch) | |
tree | a60928d203902426fe8a6ce0d9b90be033f85389 /.config/emacs/modules/bd--rss.el | |
parent | b693e1832b040a82b6e1adab7e7619636faa1c68 (diff) |
Self-created scratch has proper local vars, Update RSS preferences
Diffstat (limited to '.config/emacs/modules/bd--rss.el')
-rw-r--r-- | .config/emacs/modules/bd--rss.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--rss.el b/.config/emacs/modules/bd--rss.el index 0c9009f..bb97622 100644 --- a/.config/emacs/modules/bd--rss.el +++ b/.config/emacs/modules/bd--rss.el @@ -14,13 +14,11 @@ ("operationnull blog" "https://operationnull.com/atom.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) - ("Luke Smith" "https://vid.puffyan.us/feed/channel/UC2eYFnH61tmytImy1mTYvhA" nil nil nil) - ("Protesilaos Stravrou" "https://vid.puffyan.us/feed/channel/UC0uTPqBCFIpZxlz_Lv1tk_g" nil nil nil))) + ("Protesilaos Stravrou" "https://vid.puffyan.us/feed/channel/UC0uTPqBCFIpZxlz_Lv1tk_g" nil nil nil))) (newsticker-groups '("Feeds" ("READING" "James Enge Mastodon") ("TECH" "Parabola GNU/Linux-libre" "suckless.org news" "operationnull blog") - ("VIDEO" "Mental Outlaw" "Luke Smith" "Protesilaos Stravrou")))) + ("VIDEO" "Protesilaos Stravrou")))) (provide 'bd--rss) |