diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-08-24 16:03:59 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-08-24 16:03:59 +0200 |
commit | c3ce4387f465bd074cd0eecc8ab12824f1eb876f (patch) | |
tree | c84cd5bb6b830ff54c688d8aa4fcc1adfb733fa4 | |
parent | 1f7a0fdb68c1d0f52890d68948b77467794538fe (diff) | |
download | dotfiles-c3ce4387f465bd074cd0eecc8ab12824f1eb876f.tar.gz dotfiles-c3ce4387f465bd074cd0eecc8ab12824f1eb876f.tar.bz2 dotfiles-c3ce4387f465bd074cd0eecc8ab12824f1eb876f.zip |
elfeed feeds increase
-rw-r--r-- | config/doom/config.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 3d7b3a1..45d5fca 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -212,10 +212,12 @@ this new window. (setq elfeed-feeds '("https://sachachua.com/blog/feed" "http://www.howardism.org/index.xml" + "https://reyify.com/api/rss" "https://guix.gnu.org/feeds/blog.atom" "https://ag91.github.io/rss.xml" "https://daryl.wakatara.com/rss.xml" "https://nullprogram.com/feed/" + "https://www.schneier.com/feed/atom" "https://stevelosh.com/rss.xml"))) #+end_src |