From 4f7c761a770ecdc8c57b4cf4ecc43669283d7558 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 27 Mar 2020 09:58:58 -0400 Subject: [PATCH] Add time to #emacs elfeed timestamp --- emacs/.config/doom/config.org | 3 +++ 1 file changed, 3 insertions(+) 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")