Browse Source

Cleanup ~/.elfeed

main
parent
commit
ebe26ba54c
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 3
      README.org

3
README.org

@ -1740,6 +1740,9 @@ Elfeed[fn:50] is an extensible web feed reader for GNU/Emacs[fn:2], support both
#+NAME: emacs-elfeed-elisp #+NAME: emacs-elfeed-elisp
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Configure `elfeed'.
(setq elfeed-db-directory (expand-file-name "~/.cache/elfeed"))
;; Add custom feeds for `elfeed' to fetch. ;; Add custom feeds for `elfeed' to fetch.
(setq elfeed-feeds (quote (setq elfeed-feeds (quote
(("https://hexdsl.co.uk/rss.xml") (("https://hexdsl.co.uk/rss.xml")

Loading…
Cancel
Save