diff options
author | Case Duckworth | 2021-02-18 22:31:50 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-18 22:31:50 -0600 |
commit | 80465c2c31042f4cc39fa92bc0d17f982153a1c5 (patch) | |
tree | 3d78ae91f9c010ec0523c2a92235652a2730a2dc | |
parent | "Fix" elfeed - org whatever (diff) | |
download | emacs-80465c2c31042f4cc39fa92bc0d17f982153a1c5.tar.gz emacs-80465c2c31042f4cc39fa92bc0d17f982153a1c5.zip |
Add sandcats feed
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index ecba7f7..1044c3e 100644 --- a/config.org +++ b/config.org | |||
@@ -2304,6 +2304,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
2304 | #+begin_src emacs-lisp :noweb-ref settings | 2304 | #+begin_src emacs-lisp :noweb-ref settings |
2305 | (setq elfeed-feeds | 2305 | (setq elfeed-feeds |
2306 | `( | 2306 | `( |
2307 | ("https://xfnw.tilde.institute/sandcats/feed.rss" fwend pix) | ||
2307 | ("https://www.makeworld.gq/feed.xml" blag) | 2308 | ("https://www.makeworld.gq/feed.xml" blag) |
2308 | ("https://whyarentyoucoding.com/feed.xml" comix) | 2309 | ("https://whyarentyoucoding.com/feed.xml" comix) |
2309 | ("https://xkcd.com/atom.xml" comix) | 2310 | ("https://xkcd.com/atom.xml" comix) |