From 134300c1dc7022cc658adbc8f603fd95cd616a14 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 28 Jul 2020 22:57:27 +0200 Subject: [PATCH] Set elfeed feeds in a separate file --- .emacs.d/config.org | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 5dfcb86..39cd804 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -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))))