Set elfeed feeds in a separate file
This commit is contained in:
+2
-6
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user