From 4473bbab7ecdc3f6f64b6c075a2ed505341fc28a Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 29 Sep 2025 17:55:12 +0200 Subject: [PATCH] Improve elfeed synchronization configuration --- +rss.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/+rss.el b/+rss.el index 19e1f7f..b5ce51a 100644 --- a/+rss.el +++ b/+rss.el @@ -3,10 +3,12 @@ ;; ;; Synchronize elfeed with Miniflux (setq elfeed-use-curl t + elfeed-protocol-enabled-protocols '(fever) elfeed-protocol-feeds (list - (list "fever+https://coolneng@rss.coolneng.duckdns.org" - :api-url "https://rss.coolneng.duckdns.org/fever/" + (list "fever+https://coolneng@rss.psydnd.org" + :api-url "https://rss.psydnd.org/fever/" :password (auth-source-pass-get 'secret "api/miniflux"))) + elfeed-protocol-lazy-sync t elfeed-sort-order 'ascending elfeed-search-filter "@all +unread" elfeed-goodies/tag-column-width 0)