Add a couple of names to watch out for in elfeed
This commit is contained in:
parent
2f90776712
commit
c2cf29c8f2
1 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0620.151807
|
||||
;; Version: 2024.0822.003002
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -152,7 +152,11 @@
|
|||
"MEGADETH"
|
||||
(seq "ZAKK" whitespace "WYLDE")
|
||||
(seq "BLACK" whitespace "LABEL" whitespace "SOCIETY")
|
||||
(seq "ORANGE" whitespace "GOBLIN")))
|
||||
(seq "ORANGE" whitespace "GOBLIN")
|
||||
(seq "DEEP" whitespace "PURPLE")
|
||||
(seq "ROB" whitespace "ZOMBIE")
|
||||
"CLUTCH"
|
||||
(seq "THE" whitespace "OFFSPRING")))
|
||||
:add 'favourite)
|
||||
"Tagger that highlights specific bands from Blabbermouth.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue