From eac67fcb132df1064229c25793ec65fb218b2984 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Nov 2023 16:10:10 -0800 Subject: [oni-elfeed] Add some more RSS feeds The first two are to keep up with developments for packages that I use. The second is a website that is interesting. --- oni-elfeed.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'oni-elfeed.el') diff --git a/oni-elfeed.el b/oni-elfeed.el index b42b779..d26f5c2 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.1106.145401 +;; Version: 2023.1107.155953 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -86,7 +86,10 @@ "https://bm.babab.nl/feed/atom" "https://finalspaceends.com/blogs/news.atom" "https://www.geepawhill.org/weekly/rss" - ("https://blabbermouth.net/feed" music))) + ("https://blabbermouth.net/feed" music) + ("https://github.com/roman/golden-ratio.el/commits/master.atom" emacs commits) + ("https://github.com/bharadswami/syncthing-status.el/commits/main.atom" emacs commits) + "https://liliputing.com/feed/")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" -- cgit v1.2.3-54-g00ecf