1
0
Fork 0

[oni-elfeed] Add another couple of feeds, and some bands to look for

This commit is contained in:
Tom Willemse 2024-04-09 12:03:31 -07:00
parent f3d23e56c8
commit ad65e6eff0

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2024.0328.235142 ;; Version: 2024.0408.115427
;; Package-Requires: (elfeed olivetti) ;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -89,7 +89,9 @@
("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/roman/golden-ratio.el/commits/master.atom" emacs commits)
("https://github.com/bharadswami/syncthing-status.el/commits/main.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 (add-hook 'elfeed-new-entry-hook
(elfeed-make-tagger :before "2 weeks ago" (elfeed-make-tagger :before "2 weeks ago"
@ -138,7 +140,11 @@
(seq "BLIND" whitespace "GUARDIAN") (seq "BLIND" whitespace "GUARDIAN")
"MASTODON" "MASTODON"
"TOOL" "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) :add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.") "Tagger that highlights specific bands from Blabbermouth.")