1
0
Fork 0

Add r/emacs and mark any post older than 2 weeks as read

This commit is contained in:
Tom Willemse 2019-07-16 08:30:30 -07:00
parent 80970dfa47
commit 87e0ca4b73

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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))