From 6e0542d55e86c9bb35fb0e4071aba21e084bbe07 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 13 Sep 2021 22:01:24 +0800 Subject: add a feed as a potential backup * elfeed-conf.el (elfeed-feeds): It is really not a good idea to keep the list of feeds in this file. I shall move this list into some other place in the future. --- elfeed-conf.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elfeed-conf.el b/elfeed-conf.el index 3619a34..4f1c2cc 100644 --- a/elfeed-conf.el +++ b/elfeed-conf.el @@ -51,7 +51,10 @@ (list "https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA" 'lukesmith 'youtube) (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCiWXd0nmBjlKROwzMyPV-Nw" - 'zhichi 'youtube))) + 'zhichi 'youtube) + ;; (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCPtfAE6_21oqjO7Bh2bJcog" + ;; 'teukkaniikka 'arduino) + )) (define-key elfeed-search-mode-map (vector #x78) 'elfeed-search-exit) -- cgit v1.2.3-18-g5258