diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index aaf18f9..48e46aa 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -149,6 +149,9 @@ Right now, just make sure I can connect to my local Mopidy server via MPDel. #+END_SRC ** Elfeed configuration #+BEGIN_SRC emacs-lisp +(defun elfeed-search-format-date (date) + (format-time-string "%Y-%m-%d %H:%M" (seconds-to-time date))) + (run-with-timer 0 (* 30 60) 'elfeed-update) (setq httpd-host "0.0.0.0")