diff options
author | JSDurand <mmemmew@gmail.com> | 2022-11-06 14:19:47 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-11-06 14:19:47 +0800 |
commit | a8ac8d1ce90b681d90b58f0ad5f2d576f0511c34 (patch) | |
tree | b6748ac94ae28c81cd8f55f57f0dba08a2c0c764 | |
parent | 6a9cf0331865d83f629856ac515941bf4f4c0353 (diff) |
elfeed: add a feed
* elfeed-conf.el (elfeed-feeds): Add this week in rust feed.
-rw-r--r-- | elfeed-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elfeed-conf.el b/elfeed-conf.el index 26a5d51..cdc87ac 100644 --- a/elfeed-conf.el +++ b/elfeed-conf.el @@ -62,6 +62,8 @@ 'pascal 'rust 'blog 'fun) (list "https://fasterthanli.me/index.xml" 'amos 'rust 'blog 'lang) + (list "https://this-week-in-rust.org/atom.xml" + 'rust 'announce) ;; (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCPtfAE6_21oqjO7Bh2bJcog" ;; 'teukkaniikka 'arduino) )) |