diff --git a/oni-elfeed.el b/oni-elfeed.el index 46ac0ef..fe80290 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190711224914 +;; Version: 20190716082505 ;; Package-Requires: (elfeed) ;; This program is free software; you can redistribute it and/or modify @@ -30,7 +30,12 @@ (setq elfeed-feeds '("http://nullprogram.com/feed/" - "http://planet.emacsen.org/atom.xml")) + ("http://planet.emacsen.org/atom.xml" emacs) + ("https://www.reddit.com/r/emacs/hot.xml" emacs))) + +(add-hook 'elfeed-new-entry-hook + (elfeed-make-tagger :before "2 weeks ago" + :remove 'unread)) ;;;###autoload(with-eval-after-load 'elfeed (require 'oni-elfeed))