mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Elfeed stuff
This commit is contained in:
parent
b4eef74fe6
commit
9108a97358
1 changed files with 10 additions and 0 deletions
|
|
@ -663,3 +663,13 @@
|
|||
;; '((swiper . 24)))
|
||||
)
|
||||
#+end_src
|
||||
** Elfeed
|
||||
#+begin_src emacs-lisp#
|
||||
(require 'elfeed)
|
||||
(setq elfeed-use-curl t)
|
||||
(elfeed-set-timeout 36000)
|
||||
(setq elfeed-curl-extra-arguments '("--insecure"))
|
||||
|
||||
;; enable elfeed-protocol
|
||||
(elfeed-protocol-enable)
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Reference in a new issue