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