summaryrefslogtreecommitdiff
path: root/elfeed-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-26 20:36:42 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-26 20:36:42 +0800
commit400d4ec56f3bcbcf2a184061d5ece214fe54126b (patch)
treeeeac6d12acf999485cd901f8e93c0a83593944b9 /elfeed-conf.el
parent9e48aae2523b75c7913a1b665310fb35155fea76 (diff)
Eshell and elfeed improvements
* elfeed-conf.el (elfeed-feeds): Add some more feeds. * eshell-conf.el (eshell-j): (eshell-mark-directory): Use a dedicated variable for better maintainability. (eshell/mark): Conveniently add marks. (eshell/marks): List the marks.
Diffstat (limited to 'elfeed-conf.el')
-rw-r--r--elfeed-conf.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/elfeed-conf.el b/elfeed-conf.el
index 94c6f72..6ae8b41 100644
--- a/elfeed-conf.el
+++ b/elfeed-conf.el
@@ -35,7 +35,13 @@
(list "https://protesilaos.com/news.xml"
'prot 'news)
(list "https://protesilaos.com/politics.xml"
- 'prot 'politics)))
+ 'prot 'politics)
+ (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCcXhhVwCT6_WqjkEniejRJQ"
+ 'wintergaten 'youtube)
+ (list "https://notrelated.xyz/rss"
+ 'lukesmith 'notrelated)
+ (list "https://lukesmith.xyz/peertube"
+ 'lukesmith 'youtube)))
(define-key elfeed-search-mode-map (vector #x78) 'elfeed-search-exit)