diff options
author | JSDurand <mmemmew@gmail.com> | 2021-09-13 22:01:24 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-09-13 22:01:24 +0800 |
commit | 6e0542d55e86c9bb35fb0e4071aba21e084bbe07 (patch) | |
tree | 5f4f79394c46888677c006fd5a1d7052ae5fca6e /elfeed-conf.el | |
parent | 2127325230e72f0b8fb00f81705b5badeaa7295f (diff) |
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.
Diffstat (limited to 'elfeed-conf.el')
-rw-r--r-- | elfeed-conf.el | 5 |
1 files changed, 4 insertions, 1 deletions
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) |