diff options
author | Case Duckworth | 2021-02-08 16:45:54 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-08 16:45:54 -0600 |
commit | 4bb104e8a6a11c7060d9762273f92681aa799df3 (patch) | |
tree | 5029d6eb877815deb9e43b7acbec7b0d447810a1 | |
parent | Add org-auto-tangle (diff) | |
download | emacs-4bb104e8a6a11c7060d9762273f92681aa799df3.tar.gz emacs-4bb104e8a6a11c7060d9762273f92681aa799df3.zip |
Add feeds; change tags
-rw-r--r-- | config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index eae24b3..2f6daf4 100644 --- a/config.org +++ b/config.org | |||
@@ -2050,6 +2050,8 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
2050 | #+begin_src emacs-lisp :noweb-ref settings | 2050 | #+begin_src emacs-lisp :noweb-ref settings |
2051 | (setq elfeed-feeds | 2051 | (setq elfeed-feeds |
2052 | `( | 2052 | `( |
2053 | ("https://hans.gerwitz.com/feeds/writing.rss" fwends) | ||
2054 | ("http://planet.lisp.org/rss20.xml" tech lisp) | ||
2053 | ("https://wflewis.com/feed.xml" blags fwends) | 2055 | ("https://wflewis.com/feed.xml" blags fwends) |
2054 | ("HTTPS://atthis.link/rss.xml" blags tech) | 2056 | ("HTTPS://atthis.link/rss.xml" blags tech) |
2055 | ("https://rachelbythebay.com/w/atom.xml" blags tech) | 2057 | ("https://rachelbythebay.com/w/atom.xml" blags tech) |
@@ -2079,7 +2081,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
2079 | news tildes tech) | 2081 | news tildes tech) |
2080 | ("https://www.acdw.net/atom.xml" fwends) | 2082 | ("https://www.acdw.net/atom.xml" fwends) |
2081 | ("https://envs.net/~lucidiot/rsrsss/feed.xml" fwends) | 2083 | ("https://envs.net/~lucidiot/rsrsss/feed.xml" fwends) |
2082 | ("https://planet.emacslife.com/atom.xml" emacs) | 2084 | ("https://planet.emacslife.com/atom.xml" emacs tech) |
2083 | ("http://tilde.town/~lucidiot/fridaypostcard.xml" tildes art) | 2085 | ("http://tilde.town/~lucidiot/fridaypostcard.xml" tildes art) |
2084 | ("https://quasivoid.net/feed.atom" tildes) | 2086 | ("https://quasivoid.net/feed.atom" tildes) |
2085 | ("https://benjaminwil.info/feed.xml" tildes fwends) | 2087 | ("https://benjaminwil.info/feed.xml" tildes fwends) |