Update emacs init and change elfeed port

This commit is contained in:
Colin Powell
2019-05-28 21:50:20 -04:00
parent cbe770a5ca
commit e7655dd1b7
2 changed files with 10 additions and 10 deletions

View File

@ -2,6 +2,6 @@
(run-with-timer 0 (* 30 60) 'elfeed-update)
(setq httpd-host "0.0.0.0")
(setq httpd-port 10007)
(setq httpd-port 10000)
(elfeed-web-start)