aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elfeed.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-04-01 23:17:47 -0700
committerGravatar Tom Willemse2023-04-01 23:17:47 -0700
commitb402ee0c31a1955155b2400fdd087434347b8440 (patch)
tree8e3b8a987168a415519f3bd5f0e5656aeddb3424 /oni-elfeed.el
parentaa2444374b45b3f907995b22cc18c68d8995c2cb (diff)
downloademacs-config-b402ee0c31a1955155b2400fdd087434347b8440.tar.gz
emacs-config-b402ee0c31a1955155b2400fdd087434347b8440.zip
[oni-elfeed] Ignore Security updates from LWN
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.