This commit is contained in:
Sakooooo 2024-09-06 07:58:22 +04:00
parent e3edfb3c81
commit ea33a5a5f7
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1054,22 +1054,24 @@ 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 :config
(setq elfeed-use-curl t) (setq elfeed-use-curl t)
(elfeed-set-timeout 36000) (elfeed-set-timeout 36000)
) )
(use-package elfeed-protocol (use-package elfeed-protocol
:config :config
;; setup feeds ;; setup feeds
(setq elfeed-protocol-feeds '(("fever+https://sako@rss.sako.box" (setq elfeed-protocol-fever-update-unread-only nil)
:api-url "https://rss.sako.box/fever/" (setq elfeed-protocol-fever-fetch-category-as-tag t)
:password (password-store-get "Selfhosted/rss.sako.box/fever")))) (setq elfeed-protocol-feeds '(("fever+https://sako@rss.sako.box"
:api-url "https://rss.sako.box/fever/"
:password (password-store-get "Selfhosted/rss.sako.box/fever"))))
;; enable elfeed-protocol ;; enable elfeed-protocol
(setq elfeed-protocol-enabled-protocols '(fever)) (setq elfeed-protocol-enabled-protocols '(fever))
(elfeed-protocol-enable)) (elfeed-protocol-enable))
#+end_src #+end_src
** Matrix ** Matrix
Ill set this up later as well Ill set this up later as well