From a0a4df14a231ef705b1f706b0d6a3ef4eaabd479 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 12 Apr 2022 15:36:00 +0800 Subject: elfeed: clean up the feeds a little * elfeed-conf.el (elfeed-feeds): Re-organize the feeds. (elfeed-search-filter): Set the default filter to include those read entries as well. I now like this way of viewing feeds. --- elfeed-conf.el | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/elfeed-conf.el b/elfeed-conf.el index 40fe8f7..a683931 100644 --- a/elfeed-conf.el +++ b/elfeed-conf.el @@ -30,12 +30,12 @@ (setq elfeed-feeds (list (list "https://blog.tanyakhovanova.com/feed/" 'math 'khovanova 'blog) - (list "https://wiwi.video/feeds/videos.atom?sort=-publishedAt" - 'wiwi) - (list "https://wiwikuan.com/index.xml" - 'wiwi 'blog) + ;; (list "https://wiwi.video/feeds/videos.atom?sort=-publishedAt" + ;; 'wiwi) + ;; (list "https://wiwikuan.com/index.xml" + ;; 'wiwi 'blog) (list "https://protesilaos.com/codelog.xml" - 'prot 'code) + 'prot 'code 'emacs) (list "https://protesilaos.com/news.xml" 'prot 'news) (list "https://protesilaos.com/politics.xml" @@ -50,16 +50,22 @@ 'lukesmith 'peertube) (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) + ;; (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCiWXd0nmBjlKROwzMyPV-Nw" + ;; 'zhichi 'youtube) (list "https://blog.rust-lang.org/feed.xml" 'rust 'blog) + (list "https://sachachua.com/blog/feed/" + 'sacha 'emacs 'blog) ;; (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) +;;; Default search filter + +(setq elfeed-search-filter "@6-months-ago +emacs") + ;; I still prefer the defaults. (setq elfeed-show-entry-switch #'switch-to-buffer) -- cgit v1.2.3-18-g5258