From f965d1c7687d93fb643ff1906aa443c144047240 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Apr 2023 01:01:04 -0700 Subject: [PATCH] =?UTF-8?q?[oni-elfeed]=20Remove=20=E2=80=98unread?= =?UTF-8?q?=E2=80=99=20tag=20from=20matched=20Planet=20Emacs=20articles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-elfeed.el | 5 +++-- 1 file 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 ;; 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)