summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--rss.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-06 18:36:45 -0700
committerbd <bdunahu@operationnull.com>2025-01-06 18:36:45 -0700
commit5ced9532fa6c5ec80bc8ca850d7c5254bf51e729 (patch)
tree03f7b48efedc28249095f247372ce1f49a89e5f7 /.config/emacs/modules/bd--rss.el
parent4db48f7097e8e6f6afcb93193fdd4047970a63e2 (diff)
Minor fixups, remove emacs-transmission, dwim-cursor-mode (C-a + M-m)
Diffstat (limited to '.config/emacs/modules/bd--rss.el')
-rw-r--r--.config/emacs/modules/bd--rss.el21
1 files changed, 10 insertions, 11 deletions
diff --git a/.config/emacs/modules/bd--rss.el b/.config/emacs/modules/bd--rss.el
index ca45065..1030a1f 100644
--- a/.config/emacs/modules/bd--rss.el
+++ b/.config/emacs/modules/bd--rss.el
@@ -7,18 +7,17 @@
:bind (("C-z C-n" . newsticker-show-news))
:config
(setopt newsticker-url-list-defaults nil
- newsticker-retrieval-interval (* 60 60 24)
- newsticker-automatically-mark-items-as-old nil
+ 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)
- ("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)
- ("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" "Protesilaos Stravrou"))))
+ 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-groups '("Feeds"
+ ("READING" "James Enge Mastodon")
+ ("TECH" "Parabola GNU/Linux-libre" "suckless.org news")
+ ("VIDEO" "Protesilaos Stravrou"))))
(provide 'bd--rss)