1
0
Fork 0

[oni-elfeed] Ignore Security updates from LWN

This commit is contained in:
Tom Willemse 2023-04-01 23:17:47 -07:00
parent aa2444374b
commit b402ee0c31

View file

@ -92,7 +92,8 @@
;;; Mark any post from LWN as read if it starts with “[$]”. ;;; Mark any post from LWN as read if it starts with “[$]”.
(add-hook 'elfeed-new-entry-hook (add-hook 'elfeed-new-entry-hook
(elfeed-make-tagger :feed-url (rx "lwn.net") (elfeed-make-tagger :feed-url (rx "lwn.net")
:entry-title (rx bos "[$]") :entry-title (rx bos (or "[$]"
"Security updates for"))
:remove 'unread)) :remove 'unread))
;;; Mark any post not containing my resolutions as read. ;;; Mark any post not containing my resolutions as read.