diff options
author | bd <bdunahu@operationnull.com> | 2025-04-13 16:56:50 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-13 16:56:50 -0400 |
commit | d79eb9d97fc99f01e7199231d4b01c675c936d35 (patch) | |
tree | d0c98ef948b8cc8e4a3a9a05f34a9dbce4354edb /.config/emacs/modules | |
parent | e6723ca07fe6dc7e790f75ec9b9963127a5e6c17 (diff) |
Remove newsticker rss config in favor of rss2email + gnus
Diffstat (limited to '.config/emacs/modules')
-rw-r--r-- | .config/emacs/modules/bd--rss.el | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.config/emacs/modules/bd--rss.el b/.config/emacs/modules/bd--rss.el deleted file mode 100644 index c8f2094..0000000 --- a/.config/emacs/modules/bd--rss.el +++ /dev/null @@ -1,23 +0,0 @@ -;;; -*- lexical-binding: t; -*- -;;; Commentary: -;;; Code: - - -(use-package newst-reader - :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-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" "Ambrose and Elsewhere" "Tales From the Magician's Skull") - ("TECH" "Guix Blog" "Parabola GNU/Linux-libre")))) - - -(provide 'bd--rss) -;;; bd--rss.el ends here |