aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elfeed.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-05-31 08:47:12 -0700
committerGravatar Tom Willemse2023-05-31 08:47:12 -0700
commit4ab9d3c4b3c7ff057b68cc45e39730a406a37612 (patch)
tree309a514a510daa5d31b9f5c16bf4986a8ed2d8da /oni-elfeed.el
parent49d2ef74430710de3de04e07d9581d58ffc8317d (diff)
downloademacs-config-4ab9d3c4b3c7ff057b68cc45e39730a406a37612.tar.gz
emacs-config-4ab9d3c4b3c7ff057b68cc45e39730a406a37612.zip
[oni-elfeed] Add Mickey Petersen to list of people whom I follow
I already follow his blog directly, so I don't need to also see his posts from Planet Emacslife.
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 0e22681..91e325f 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0412.115324
+;; Version: 2023.0529.163644
;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify
@@ -111,7 +111,8 @@
(elfeed-make-tagger :feed-url (rx "planet.emacslife.com")
:entry-title (rx bos (or "Irreal"
(seq "Sacha" whitespace "Chua")
- "Andrea")
+ "Andrea"
+ (seq "Mickey" whitespace "Petersen"))
":")
:remove 'unread)
"Tagger for elfeed that marks certain posts as read for Emacslife.")