[oni-elfeed] Fix whitespace
This commit is contained in:
parent
3366ad7179
commit
881650a96b
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2023.1106.145304
|
;; Version: 2023.1106.145401
|
||||||
;; 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
|
||||||
|
@ -115,9 +115,9 @@
|
||||||
(defvar oni-elfeed-duplicate-tagger
|
(defvar oni-elfeed-duplicate-tagger
|
||||||
(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"))
|
(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