Tell Newsticker to download enclosed files

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:29 +00:00
parent c6b0b66f2e
commit 6a081210df

View File

@ -354,3 +354,11 @@ needs to be set up to install them if they aren't already.
3600))) 3600)))
#+end_src #+end_src
Also I want Newsticker to download enclosed files so I set
=newsticker-new-item-functions= to contain the provided
=newsticker-download-enclosures= function.
#+begin_src emacs-lisp
(setq newsticker-new-item-functions
'(newsticker-download-enclosures))
#+end_src