diff options
author | bd <bdunahu@operationnull.com> | 2024-07-16 15:32:42 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-16 15:32:42 -0600 |
commit | a0c9f23a74ad9c88dedfc98b5e991bab290958b4 (patch) | |
tree | fb61cfed7b2f947565ee773f26d855fbdc12d652 /.config/emacs | |
parent | 66d19db226f5ec46871d382b4b70d9576c6afbc4 (diff) |
Add new mail guix service file for msmtp
Diffstat (limited to '.config/emacs')
-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 92c2761..489f6b6 100644 --- a/.config/emacs/modules/bd--rss.el +++ b/.config/emacs/modules/bd--rss.el @@ -8,6 +8,7 @@ (setopt newsticker-url-list-defaults nil 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) ("Mental Outlaw" "https://vid.puffyan.us/feed/channel/UC7YOGHUfC1Tb6E4pudI9STA" nil nil nil) @@ -17,7 +18,7 @@ ;; may require ./newsticker/groups to be cleared newsticker-groups '("Feeds" ("READING" "James Enge Mastodon") - ("TECH" "Parabola GNU/Linux-libre" "suckless.org news") + ("TECH" "Parabola GNU/Linux-libre" "suckless.org news" "operationnull blog") ("VIDEO" "Mental Outlaw" "Luke Smith" "Protesilaos Stravrou" "SystemCrafters"))) |