[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:
parent
49d2ef7443
commit
4ab9d3c4b3
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2023.0412.115324
|
;; Version: 2023.0529.163644
|
||||||
;; Package-Requires: (elfeed olivetti)
|
;; Package-Requires: (elfeed olivetti)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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")
|
(elfeed-make-tagger :feed-url (rx "planet.emacslife.com")
|
||||||
:entry-title (rx bos (or "Irreal"
|
:entry-title (rx bos (or "Irreal"
|
||||||
(seq "Sacha" whitespace "Chua")
|
(seq "Sacha" whitespace "Chua")
|
||||||
"Andrea")
|
"Andrea"
|
||||||
|
(seq "Mickey" whitespace "Petersen"))
|
||||||
":")
|
":")
|
||||||
:remove 'unread)
|
:remove 'unread)
|
||||||
"Tagger for elfeed that marks certain posts as read for Emacslife.")
|
"Tagger for elfeed that marks certain posts as read for Emacslife.")
|
||||||
|
|
Loading…
Reference in a new issue