aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-elfeed.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el
index f16ee53..0e22681 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0411.200412
+;; Version: 2023.0412.115324
;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify
@@ -91,7 +91,11 @@
(add-hook 'elfeed-new-entry-hook
(elfeed-make-tagger :feed-url (rx "lwn.net")
:entry-title (rx bos (or "[$]"
- "Security updates for"))
+ (seq "Security"
+ whitespace
+ "updates"
+ whitespace
+ "for")))
:remove 'unread))
;;; Mark any post not containing my resolutions as read.