Add r/emacs and mark any post older than 2 weeks as read
This commit is contained in:
parent
80970dfa47
commit
87e0ca4b73
1 changed files with 7 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190711224914
|
;; Version: 20190716082505
|
||||||
;; Package-Requires: (elfeed)
|
;; Package-Requires: (elfeed)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -30,7 +30,12 @@
|
||||||
|
|
||||||
(setq elfeed-feeds
|
(setq elfeed-feeds
|
||||||
'("http://nullprogram.com/feed/"
|
'("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))
|
;;;###autoload(with-eval-after-load 'elfeed (require 'oni-elfeed))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue