Set elfeed feeds in a separate file

This commit is contained in:
Riyyi
2020-07-28 22:57:27 +02:00
parent 379ac86658
commit 134300c1dc
+2 -6
View File
@@ -559,12 +559,8 @@ https://github.com/laishulu/hl-fill-column
(elfeed-search-title-min-width 30)
(elfeed-search-trailing-width 55)
(elfeed-show-unique-buffers t)
(elfeed-feeds
'(("https://www.youtube.com/feeds/videos.xml?user=linustechtips" comedy reviews youtube)
("https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA" boomer linux shell youtube)
("https://phoronix.com/rss.php" linux news reviews)
("https://lukesmith.xyz/rss.xml" boomer linux shell)
))
:config
(load-file (concat dot-etc-dir "/elfeed-feeds.el"))
:hook
(elfeed-search-mode . (lambda (&rest _) (display-line-numbers-mode 0)))
(elfeed-show-mode . (lambda (&rest _) (display-line-numbers-mode 0))))