summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-02-11 16:31:31 +0800
committerJSDurand <mmemmew@gmail.com>2022-02-11 16:31:31 +0800
commitc85111adaa0ff2220238d75f4c17ed05f055473f (patch)
tree28cbf35d2fc9063f9b51c6650363d2f1be7893dd
parent3a40e26dc17ba0c1acbb5212cf27962820ce3d44 (diff)
elfeed: add a feed of rust blog
* elfeed-conf.el (elfeed-feeds): The official development blog is quite interesting in fact.
-rw-r--r--elfeed-conf.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/elfeed-conf.el b/elfeed-conf.el
index 16d1db6..40fe8f7 100644
--- a/elfeed-conf.el
+++ b/elfeed-conf.el
@@ -52,6 +52,8 @@
'lukesmith 'youtube)
(list "https://www.youtube.com/feeds/videos.xml?channel_id=UCiWXd0nmBjlKROwzMyPV-Nw"
'zhichi 'youtube)
+ (list "https://blog.rust-lang.org/feed.xml"
+ 'rust 'blog)
;; (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCPtfAE6_21oqjO7Bh2bJcog"
;; 'teukkaniikka 'arduino)
))