Created
January 25, 2015 02:25
-
-
Save danlamanna/80d66ed92b3c4a36abcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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