1
0
Fork 0

[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.
This commit is contained in:
Tom Willemse 2023-05-31 08:47:12 -07:00
parent 49d2ef7443
commit 4ab9d3c4b3

View file

@ -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.")