config/emacs: elfeed protocol setup
This commit is contained in:
parent
b7441f1605
commit
da2ebf8b51
|
@ -1054,7 +1054,21 @@ Will configure later
|
||||||
** RSS
|
** RSS
|
||||||
Will configure later, (use elfeed protocol ok ty)
|
Will configure later, (use elfeed protocol ok ty)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package elfeed)
|
(use-package elfeed
|
||||||
|
:config
|
||||||
|
(setq elfeed-use-curl t)
|
||||||
|
(elfeed-set-timeout 36000)
|
||||||
|
)
|
||||||
|
|
||||||
|
(use-package elfeed-protocol
|
||||||
|
:config
|
||||||
|
;; setup feeds
|
||||||
|
(setq elfeed-protocol-feeds '(("fever+https://sako@rss.sako.box"
|
||||||
|
:password (password-store-get "Selfhosted/rss.sako.box/fever"))))
|
||||||
|
|
||||||
|
;; enable elfeed-protocol
|
||||||
|
(setq elfeed-protocol-enabled-protocols '(fever))
|
||||||
|
(elfeed-protocol-enable))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Matrix
|
** Matrix
|
||||||
Ill set this up later as well
|
Ill set this up later as well
|
||||||
|
|
Loading…
Reference in a new issue