Update emacs.org

This commit is contained in:
Sako 2023-12-15 22:12:02 +04:00 committed by GitHub
parent 0321c3ebfe
commit c0090545f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1215,14 +1215,14 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
#+begin_src emacs-lisp
(use-package elfeed
:straight t
:config
(setq elfeed-use-curl t)
)
(use-package elfeed-protocol
:straight t
:after elfeed
:config
;; curl recommend
(setq elfeed-use-curl t)
(elfeed-set-timeout 36000)
(setq elfeed-curl-extra-arguments '("--insecure")) ;necessary for https without a trust certificate