diff options
| author | 2024-10-24 00:31:05 -0700 | |
|---|---|---|
| committer | 2024-10-24 00:31:05 -0700 | |
| commit | c2cf29c8f2f5b27db9eee723d623b5f5edb7d043 (patch) | |
| tree | 573e0b0607c4df130f72ed0372a00b2b1d4fe847 | |
| parent | 2f9077671246d1c8a400316dcbbfeb4e8c7b91d8 (diff) | |
| download | emacs-config-c2cf29c8f2f5b27db9eee723d623b5f5edb7d043.tar.gz emacs-config-c2cf29c8f2f5b27db9eee723d623b5f5edb7d043.zip | |
Add a couple of names to watch out for in elfeed
| -rw-r--r-- | oni-elfeed.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el index 6ec9f39..5821b14 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -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.") |
