aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-02-15 12:56:05 -0800
committerGravatar Tom Willemse2024-02-15 12:56:05 -0800
commit3d4924adbfe2eb03fdfc0d37663e363e5748429f (patch)
treea085ae4a456d29ff48579e8bb650888a26d6e776
parentbad4b6198b08890a17f1eed9bcc6c506f1133549 (diff)
downloademacs-config-3d4924adbfe2eb03fdfc0d37663e363e5748429f.tar.gz
emacs-config-3d4924adbfe2eb03fdfc0d37663e363e5748429f.zip
[oni-elfeed] Add bands to look out for
-rw-r--r--oni-elfeed.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el
index 694e227..b07f4ff 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.1107.155953
+;; Version: 2024.0205.235009
;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify
@@ -134,7 +134,9 @@
(defvar oni-elfeed-blabbermouth-favourite-tagger
(elfeed-make-tagger :feed-url (rx "blabbermouth.net")
:entry-title (rx (or "SLIPKNOT"
- (seq "DREAM" whitespace "THEATER")))
+ (seq "DREAM" whitespace "THEATER")
+ (seq "BLIND" whitespace "GUARDIAN")
+ "MASTODON"))
:add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.")