Files
dotfiles/emacs/.config/doom/+elfeed.el
2019-05-13 00:17:20 -04:00

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)