1
0
Fork 0

[oni-elfeed] Add Orange Goblin as favourite band

This commit is contained in:
Tom Willemse 2024-07-01 14:38:34 -07:00
parent da288e8256
commit 756be72f06

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2024.0408.115427 ;; Version: 2024.0620.151807
;; 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
@ -149,7 +149,8 @@
(seq "BLACK" whitespace "SABBATH") (seq "BLACK" whitespace "SABBATH")
"MEGADETH" "MEGADETH"
(seq "ZAKK" whitespace "WYLDE") (seq "ZAKK" whitespace "WYLDE")
(seq "BLACK" whitespace "LABEL" whitespace "SOCIETY"))) (seq "BLACK" whitespace "LABEL" whitespace "SOCIETY")
(seq "ORANGE" whitespace "GOBLIN")))
:add 'favourite) :add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.") "Tagger that highlights specific bands from Blabbermouth.")