1
0
Fork 0

[oni-elfeed] Add some cool bands

This commit is contained in:
Tom Willemse 2024-04-03 13:22:07 -07:00
parent 5d0fe59719
commit 7c8bc8a6f2

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2024.0205.235009 ;; Version: 2024.0328.235142
;; 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
@ -136,7 +136,9 @@
:entry-title (rx (or "SLIPKNOT" :entry-title (rx (or "SLIPKNOT"
(seq "DREAM" whitespace "THEATER") (seq "DREAM" whitespace "THEATER")
(seq "BLIND" whitespace "GUARDIAN") (seq "BLIND" whitespace "GUARDIAN")
"MASTODON")) "MASTODON"
"TOOL"
(seq "IRON" whitespace "MAIDEN")))
:add 'favourite) :add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.") "Tagger that highlights specific bands from Blabbermouth.")