Update emacs.org
This commit is contained in:
parent
0321c3ebfe
commit
c0090545f9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue