From ad65e6eff0e94e6ed7971e2d663e697fbd237d65 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 9 Apr 2024 12:03:31 -0700 Subject: [PATCH] [oni-elfeed] Add another couple of feeds, and some bands to look for --- oni-elfeed.el | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/oni-elfeed.el b/oni-elfeed.el index c18b87f..2e65eb1 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2024.0328.235142 +;; Version: 2024.0408.115427 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -89,7 +89,9 @@ ("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/")) + "https://liliputing.com/feed/" + ("https://www.futurile.net/feeds/all.atom.xml" guix) + "https://convolv.es/atom.xml")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" @@ -138,7 +140,11 @@ (seq "BLIND" whitespace "GUARDIAN") "MASTODON" "TOOL" - (seq "IRON" whitespace "MAIDEN"))) + (seq "IRON" whitespace "MAIDEN") + (seq "BLACK" whitespace "SABBATH") + "MEGADETH" + (seq "ZAKK" whitespace "WYLDE") + (seq "BLACK" whitespace "LABEL" whitespace "SOCIETY"))) :add 'favourite) "Tagger that highlights specific bands from Blabbermouth.")