Improve elfeed synchronization configuration
This commit is contained in:
parent
71bbd9576b
commit
4473bbab7e
6
+rss.el
6
+rss.el
@ -3,10 +3,12 @@
|
|||||||
;;
|
;;
|
||||||
;; Synchronize elfeed with Miniflux
|
;; Synchronize elfeed with Miniflux
|
||||||
(setq elfeed-use-curl t
|
(setq elfeed-use-curl t
|
||||||
|
elfeed-protocol-enabled-protocols '(fever)
|
||||||
elfeed-protocol-feeds (list
|
elfeed-protocol-feeds (list
|
||||||
(list "fever+https://coolneng@rss.coolneng.duckdns.org"
|
(list "fever+https://coolneng@rss.psydnd.org"
|
||||||
:api-url "https://rss.coolneng.duckdns.org/fever/"
|
:api-url "https://rss.psydnd.org/fever/"
|
||||||
:password (auth-source-pass-get 'secret "api/miniflux")))
|
:password (auth-source-pass-get 'secret "api/miniflux")))
|
||||||
|
elfeed-protocol-lazy-sync t
|
||||||
elfeed-sort-order 'ascending
|
elfeed-sort-order 'ascending
|
||||||
elfeed-search-filter "@all +unread"
|
elfeed-search-filter "@all +unread"
|
||||||
elfeed-goodies/tag-column-width 0)
|
elfeed-goodies/tag-column-width 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user