aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-07-16 22:44:22 -0700
committerGravatar Tom Willemse2019-07-16 22:44:22 -0700
commitb2543abd9d4d7c5eb926174e3d92308d16a148ca (patch)
tree12a8732b1062dcf996e5949c670dc93c5a9bc789
parent87e0ca4b73aefad5771e67a4958eff70e8d0911d (diff)
downloademacs-config-b2543abd9d4d7c5eb926174e3d92308d16a148ca.tar.gz
emacs-config-b2543abd9d4d7c5eb926174e3d92308d16a148ca.zip
Add more feeds for elfeed
-rw-r--r--oni-elfeed.el15
1 files changed, 13 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el
index fe80290..578eb37 100644
--- a/oni-elfeed.el
+++ b/oni-elfeed.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190716082505
+;; Version: 20190716223740
;; Package-Requires: (elfeed)
;; This program is free software; you can redistribute it and/or modify
@@ -31,7 +31,18 @@
(setq elfeed-feeds
'("http://nullprogram.com/feed/"
("http://planet.emacsen.org/atom.xml" emacs)
- ("https://www.reddit.com/r/emacs/hot.xml" emacs)))
+ ("https://www.reddit.com/r/emacs/hot.xml" emacs)
+ ("http://oremacs.com/atom.xml" emacs)
+ ("http://emacshorrors.com/feed.atom" emacs)
+ ("http://emacsredux.com/atom.xml" emacs)
+ ("http://emacsrocks.com/atom.xml" emacs)
+ ("http://endlessparentheses.com/atom.xml" emacs)
+ ("http://www.masteringemacs.org/feed/" emacs)
+ ("http://pragmaticemacs.com/feed/" emacs)
+ ("http://sachachua.com/blog/category/emacs/feed/" emacs)
+ ("https://www.reddit.com/r/lisp/hot.xml" lisp)
+ ("http://planet.lisp.org/rss20.xml" lisp)
+ ("https://www.reddit.com/r/scheme/hot.xml" lisp scheme)))
(add-hook 'elfeed-new-entry-hook
(elfeed-make-tagger :before "2 weeks ago"