aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elfeed.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-elfeed.el')
-rw-r--r--oni-elfeed.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el
index 54e94cd..734f599 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -92,7 +92,8 @@
;;; Mark any post from LWN as read if it starts with “[$]”.
(add-hook 'elfeed-new-entry-hook
(elfeed-make-tagger :feed-url (rx "lwn.net")
- :entry-title (rx bos "[$]")
+ :entry-title (rx bos (or "[$]"
+ "Security updates for"))
:remove 'unread))
;;; Mark any post not containing my resolutions as read.