aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el12
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"))))