Files
dotfiles/emacs/.config/doom/+elfeed.el
2020-03-21 19:06:06 -04:00

8 lines
129 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)