diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-02-25 14:00:29 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-04-01 01:40:41 +0200 |
commit | e2fe9be3a1030350c5b9d43bc5bcdc4a12a0882b (patch) | |
tree | da605fcbdb8d3899ed4b0f865aff37415fe214b9 | |
parent | 91dfceda49bf20f1d91fd9f2a60ecd8225bec9f0 (diff) | |
download | dotfiles-e2fe9be3a1030350c5b9d43bc5bcdc4a12a0882b.tar.gz dotfiles-e2fe9be3a1030350c5b9d43bc5bcdc4a12a0882b.tar.bz2 dotfiles-e2fe9be3a1030350c5b9d43bc5bcdc4a12a0882b.zip |
elfeeds
-rw-r--r-- | config/doom/config.org | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 533a717..444a50a 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -253,21 +253,30 @@ this new window. #+begin_src emacs-lisp (after! elfeed (setq elfeed-feeds - '("https://sachachua.com/blog/feed" + '("http://feeds.feedburner.com/MeltingAsphalt" "http://feeds.feedburner.com/TroyHunt" - "https://serokell.io/blog.rss.xml" - "https://www.tweag.io/rss.xml" "http://kitchingroup.cheme.cmu.edu/blog/feed/index.xml" - "http://planet.emacsen.org/atom.xml" "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://architectelevator.com/feed.xml" + "https://bitcoinops.org/feed.xml" + "https://cyberwardog.blogspot.com/feeds/posts/default" "https://daryl.wakatara.com/rss.xml" + "https://guix.gnu.org/feeds/blog.atom" + "https://hboeck.de/rss.xml" + "https://jackrusher.com/feed.xml" "https://nullprogram.com/feed/" + "https://oscarnajera.com/post/index.xml" + "https://paulstamatiou.com/posts.xml" + "https://planet.archlinux.org/atom.xml" + "https://reyify.com/api/rss" + "https://sachachua.com/blog/feed" + "https://serokell.io/blog.rss.xml" + "https://stevelosh.com/rss.xml" + "https://www.archlinux.org/feeds/news/" + "https://www.n16f.net/blog/index.xml" "https://www.schneier.com/feed/atom" - "https://stevelosh.com/rss.xml"))) - + "https://www.tweag.io/rss.xml"))) #+end_src * Email ** Notmuch |