From 7bda6ecd6918ef5141934348ae01a909d0edc62c Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 25 Oct 2024 09:48:52 +0000 Subject: [PATCH] Elfeed is very nice, but it doesn't play great with Miniflux :( --- emacs/emacs.el | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 760abf8..4bc15c1 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -148,19 +148,3 @@ (use-package zmq :ensure t) (use-package jupyter :ensure t) - -(use-package elfeed :ensure t) -(use-package elfeed-protocol - :ensure t - :config - (setq elfeed-use-curl t) - (elfeed-set-timeout 36000) - (setq elfeed-protocol-enabled-protocols '(fever)) - (elfeed-protocol-enable) - (setq elfeed-protocol-feeds '(("fever+https://alex@miniflux.pdp7.net" - :api-url "https://miniflux.pdp7.net/fever/" - :password-file "~/.miniflux.fever.pw"))) - (setq-default elfeed-search-filter "+unread ") - (setq-default elfeed-sort-order 'ascending) - (setq elfeed-protocol-fever-update-unread-only nil) - (setopt elfeed-search-title-max-width 140)) -- 2.47.3