summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-08 07:40:09 -0600
committerCase Duckworth2021-02-08 07:40:09 -0600
commitb6e0f1a2b617ffe51ecf59bb758e31156efb51a3 (patch)
tree1ffcc4837068e12263dcc95fb2921dc1e631097d
parentAdd web-mode (diff)
downloademacs-b6e0f1a2b617ffe51ecf59bb758e31156efb51a3.tar.gz
emacs-b6e0f1a2b617ffe51ecf59bb758e31156efb51a3.zip
Add feeds
-rw-r--r--config.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.org b/config.org index 70852f4..d3b5741 100644 --- a/config.org +++ b/config.org
@@ -2003,7 +2003,8 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast
2003#+begin_src emacs-lisp :noweb-ref settings 2003#+begin_src emacs-lisp :noweb-ref settings
2004 (setq elfeed-feeds 2004 (setq elfeed-feeds
2005 `( 2005 `(
2006 ("https://atthis.link/rss.xml" blags tech) 2006 ("https://wflewis.com/feed.xml" blags fwends)
2007 ("HTTPS://atthis.link/rss.xml" blags tech)
2007 ("https://rachelbythebay.com/w/atom.xml" blags tech) 2008 ("https://rachelbythebay.com/w/atom.xml" blags tech)
2008 ("https://notes.neeasade.net/rss_full.xml" blags tech) 2009 ("https://notes.neeasade.net/rss_full.xml" blags tech)
2009 ("https://www.uninformativ.de/blog/feeds/en.atom" blags tech) 2010 ("https://www.uninformativ.de/blog/feeds/en.atom" blags tech)
@@ -2059,6 +2060,8 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast
2059 ("http://tilde.town/~m455/javapool.rss" tilde) 2060 ("http://tilde.town/~m455/javapool.rss" tilde)
2060 ("https://spwhitton.name/blog/index.rss" blags) 2061 ("https://spwhitton.name/blog/index.rss" blags)
2061 ("https://www.theadvocate.com/search/?f=rss&t=article&l=50" news) 2062 ("https://www.theadvocate.com/search/?f=rss&t=article&l=50" news)
2063 ("https://esoteric.codes/rss" tech)
2064 ("https://wphicks.github.io/feed.xml" blags)
2062 )) 2065 ))
2063#+end_src 2066#+end_src
2064 2067