diff options
author | Case Duckworth | 2021-02-20 15:34:33 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-20 15:34:33 -0600 |
commit | bd26af44325a4f416eb1df0acd8c5b5f1f6212a5 (patch) | |
tree | dae7864baf6e2dcdd6af3c23f28ab3f867fe5957 | |
parent | Add acdw/bind and acdw/bind-after-map (diff) | |
download | emacs-bd26af44325a4f416eb1df0acd8c5b5f1f6212a5.tar.gz emacs-bd26af44325a4f416eb1df0acd8c5b5f1f6212a5.zip |
Add local weather RSS feed
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 14cc597..9606e1d 100644 --- a/config.org +++ b/config.org | |||
@@ -2345,6 +2345,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
2345 | #+begin_src emacs-lisp :noweb-ref settings | 2345 | #+begin_src emacs-lisp :noweb-ref settings |
2346 | (setq elfeed-feeds | 2346 | (setq elfeed-feeds |
2347 | `( | 2347 | `( |
2348 | ("https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/4315588" weather) | ||
2348 | ("https://xfnw.tilde.institute/sandcats/feed.rss" fwend pix) | 2349 | ("https://xfnw.tilde.institute/sandcats/feed.rss" fwend pix) |
2349 | ("https://www.makeworld.gq/feed.xml" blag) | 2350 | ("https://www.makeworld.gq/feed.xml" blag) |
2350 | ("https://whyarentyoucoding.com/feed.xml" comix) | 2351 | ("https://whyarentyoucoding.com/feed.xml" comix) |