1
0
Fork 0

[oni-elfeed] Remove ‘unread’ tag from matched Planet Emacs articles

This commit is contained in:
Tom Willemse 2023-04-02 01:01:04 -07:00
parent 92f4d8b53e
commit f965d1c768

View file

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