[oni-elfeed] Ignore Security updates from LWN
This commit is contained in:
parent
aa2444374b
commit
b402ee0c31
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue