feat(oni-elfeed): Add some more RSS feeds
This commit is contained in:
parent
d8ff9915ba
commit
e6e06eac0d
1 changed files with 4 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: 2022.1122.232823
|
;; Version: 2023.0108.120326
|
||||||
;; Package-Requires: (elfeed olivetti)
|
;; Package-Requires: (elfeed olivetti)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -81,7 +81,9 @@
|
||||||
"https://unzip.dev/rss/"
|
"https://unzip.dev/rss/"
|
||||||
("http://lambda-the-ultimate.org/rss.xml" lisp)
|
("http://lambda-the-ultimate.org/rss.xml" lisp)
|
||||||
"https://planet.emacslife.com/atom.xml"
|
"https://planet.emacslife.com/atom.xml"
|
||||||
"https://www.reddit.com/r/wallpapers/new.xml"))
|
"https://www.reddit.com/r/wallpapers/new.xml"
|
||||||
|
"https://picolisp-explored.com/rss.xml"
|
||||||
|
"https://onethingwell.org/rss"))
|
||||||
|
|
||||||
(add-hook 'elfeed-new-entry-hook
|
(add-hook 'elfeed-new-entry-hook
|
||||||
(elfeed-make-tagger :before "2 weeks ago"
|
(elfeed-make-tagger :before "2 weeks ago"
|
||||||
|
|
Loading…
Reference in a new issue