diff options
| author | alex <alex@pdp7.net> | 2024-10-20 18:10:11 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-10-20 18:11:01 +0200 |
| commit | 920fcb2742f653cfdb8041554be5c6b4242ca8c5 (patch) | |
| tree | 26e7da68672176cd3819f213dd92c389b2803185 | |
| parent | 6d33bc925ea42cd54212175dcb5601206197fb0f (diff) | |
Configure elfeed
| -rw-r--r-- | emacs/emacs.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 441e69a4..1258c2b5 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -145,3 +145,15 @@ (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")))) |
