[oni-elfeed] Remove ‘unread’ tag from matched Planet Emacs articles
This commit is contained in:
parent
92f4d8b53e
commit
f965d1c768
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.0331.141153
|
||||
;; Version: 2023.0401.234314
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -110,7 +110,8 @@
|
|||
:entry-title `(not ,(rx bos (or "Irreal"
|
||||
"Sacha Chua"
|
||||
"Andrea")
|
||||
":"))))
|
||||
":"))
|
||||
:remove 'unread))
|
||||
|
||||
(add-hook 'elfeed-show-mode-hook #'oni-elfeed-enable-olivetti-mode)
|
||||
|
||||
|
|
Loading…
Reference in a new issue