aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elfeed.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-07-01 14:38:34 -0700
committerGravatar Tom Willemse2024-07-01 14:38:34 -0700
commit756be72f06f097405260e5124b1fd5633ba1e3fd (patch)
tree6d128c7cf4c00cceca0ebdb354475b015c53d4d1 /oni-elfeed.el
parentda288e82563c461cd54832354d42b2f4937475d1 (diff)
downloademacs-config-756be72f06f097405260e5124b1fd5633ba1e3fd.tar.gz
emacs-config-756be72f06f097405260e5124b1fd5633ba1e3fd.zip
[oni-elfeed] Add Orange Goblin as favourite band
Diffstat (limited to 'oni-elfeed.el')
-rw-r--r--oni-elfeed.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el
index dfe08fd..7ee7d1e 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2024.0408.115427
+;; Version: 2024.0620.151807
;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify
@@ -149,7 +149,8 @@
(seq "BLACK" whitespace "SABBATH")
"MEGADETH"
(seq "ZAKK" whitespace "WYLDE")
- (seq "BLACK" whitespace "LABEL" whitespace "SOCIETY")))
+ (seq "BLACK" whitespace "LABEL" whitespace "SOCIETY")
+ (seq "ORANGE" whitespace "GOBLIN")))
:add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.")