8 lines
127 B
EmacsLisp
8 lines
127 B
EmacsLisp
;;; Elfeed
|
|
(run-with-timer 0 (* 30 60) 'elfeed-update)
|
|
|
|
(setq httpd-host "0.0.0.0"
|
|
httpd-port 10009)
|
|
|
|
(elfeed-web-start)
|