Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created January 25, 2015 02:25
Show Gist options
  • Save danlamanna/80d66ed92b3c4a36abcf to your computer and use it in GitHub Desktop.
Save danlamanna/80d66ed92b3c4a36abcf to your computer and use it in GitHub Desktop.
(add-hook 'elfeed-new-entry-hook
(elfeed-make-tagger :feed-url "fivethirtyeight\\.com"
:entry-title '(not "NFC\\|AFC\\|NBA\\|Football\\|Quarterback\\|Super Bowl")
:add 'junk
:remove 'unread
:callback '(lambda(entry)
(message "Discarding %s" (elfeed-entry-title entry)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment