diff options
| author | alex <alex@pdp7.net> | 2024-10-25 09:48:52 +0000 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-10-25 11:50:29 +0200 |
| commit | 7bda6ecd6918ef5141934348ae01a909d0edc62c (patch) | |
| tree | 8ef2a3eed2a2fba254b870104c3e3ba75f6db3ce /emacs | |
| parent | d03acf794ffff5a5e7409c9836dc3cfd25a52c65 (diff) | |
Elfeed is very nice, but it doesn't play great with Miniflux :(
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 760abf8b..4bc15c10 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)) |
