diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-02-13 13:41:02 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-02-13 13:41:02 -0500 |
commit | 0e7986c872b69f13da2d6ca6c6baca478b19c332 (patch) | |
tree | a04fc961d930ef1d8ff23f23933702ba8a5d5e2c | |
parent | bb42db64956979112781815087a2191503dffbe8 (diff) | |
download | dogfiles-0e7986c872b69f13da2d6ca6c6baca478b19c332.tar.gz |
added rust blogs to elfeed
-rw-r--r-- | .doom.d/config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 063f150..252012f 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -80,6 +80,8 @@ "https://lwn.net/headlines/newrss" "https://lwn.net/headlines/Features" "http://crawl.develz.org/wordpress/feed" + "https://blog.rust-lang.org/feed.xml" + "https://blog.rust-lang.org/inside-rust/feed.xml" "https://bits.debian.org/feeds/atom.xml"))) ;; non-public config |