Improve elfeed synchronization configuration

This commit is contained in:
coolneng 2025-09-29 17:55:12 +02:00
parent 71bbd9576b
commit 4473bbab7e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -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)