;;; -*- 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 '(("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) ;;; bd--rss.el ends here