diff options
-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) |