|
@@ -149,6 +149,9 @@ Right now, just make sure I can connect to my local Mopidy server via MPDel.
|
|
#+END_SRC
|
|
#+END_SRC
|
|
** Elfeed configuration
|
|
** Elfeed configuration
|
|
#+BEGIN_SRC emacs-lisp
|
|
#+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)
|
|
(run-with-timer 0 (* 30 60) 'elfeed-update)
|
|
|
|
|
|
(setq httpd-host "0.0.0.0")
|
|
(setq httpd-host "0.0.0.0")
|