Files
dotfiles/emacs/.config/doom/+elfeed.el
2019-05-28 21:50:54 -04:00

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)