[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>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.1106.145304
|
||||
;; Version: 2023.1106.145401
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -115,9 +115,9 @@
|
|||
(defvar oni-elfeed-duplicate-tagger
|
||||
(elfeed-make-tagger :feed-url (rx "planet.emacslife.com")
|
||||
:entry-title (rx bos (or "Irreal"
|
||||
(seq "Sacha" whitespace "Chua")
|
||||
"Andrea"
|
||||
(seq "Mickey" whitespace "Petersen"))
|
||||
(seq "Sacha" whitespace "Chua")
|
||||
"Andrea"
|
||||
(seq "Mickey" whitespace "Petersen"))
|
||||
":")
|
||||
:remove 'unread)
|
||||
"Tagger for elfeed that marks certain posts as read for Emacslife.")
|
||||
|
|
Loading…
Reference in a new issue