diff options
author | bd <bdunahu@operationnull.com> | 2024-08-16 02:06:53 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-08-16 02:06:53 -0600 |
commit | 01710ddbd68b65354639c7d434284d0474972d82 (patch) | |
tree | 487a7fd2977f2ea8914997c9f924a3bcc81550ff /.config/emacs/modules/bd--rss.el | |
parent | 0a52f3f16e5e98ed782fc8a5e09e89a33e687295 (diff) |
More denote changes, pinentry-toggle fn, newsticker retrieval timer
Diffstat (limited to '.config/emacs/modules/bd--rss.el')
-rw-r--r-- | .config/emacs/modules/bd--rss.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--rss.el b/.config/emacs/modules/bd--rss.el index 489f6b6..3c0bf18 100644 --- a/.config/emacs/modules/bd--rss.el +++ b/.config/emacs/modules/bd--rss.el @@ -6,9 +6,10 @@ (keymap-global-set "C-z C-n" 'newsticker-show-news) (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) - ("operationnull blog" "https://operationnull.com/atom.xml" 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) ("Mental Outlaw" "https://vid.puffyan.us/feed/channel/UC7YOGHUfC1Tb6E4pudI9STA" nil nil nil) |