diff options
Diffstat (limited to 'elfeed-conf.el')
-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) )) |