aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-elfeed.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el
index bffaa18..1bfa16d 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -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)