diff options
| author | 2023-04-01 23:17:47 -0700 | |
|---|---|---|
| committer | 2023-04-01 23:17:47 -0700 | |
| commit | b402ee0c31a1955155b2400fdd087434347b8440 (patch) | |
| tree | 8e3b8a987168a415519f3bd5f0e5656aeddb3424 | |
| parent | aa2444374b45b3f907995b22cc18c68d8995c2cb (diff) | |
| download | emacs-config-b402ee0c31a1955155b2400fdd087434347b8440.tar.gz emacs-config-b402ee0c31a1955155b2400fdd087434347b8440.zip | |
[oni-elfeed] Ignore Security updates from LWN
| -rw-r--r-- | oni-elfeed.el | 3 |
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. |
