Update emacs config

This commit is contained in:
Colin Powell
2019-05-13 00:17:20 -04:00
parent 4e6b191afe
commit 218f174df9
4 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,7 @@
;;; Elfeed
(run-with-timer 0 (* 30 60) 'elfeed-update)
(setq httpd-host "0.0.0.0"
httpd-port 10009)
(elfeed-web-start)