start the emacs server if its not running

This commit is contained in:
Ivan Malison 2015-08-17 02:44:27 -07:00
parent 00e928d583
commit 99e4752ad7

View File

@ -411,6 +411,8 @@ The current directory is assumed to be the project's root otherwise."
;; General Emacs Options
;; =============================================================================
(unless (server-running-p) (server-start))
(global-auto-revert-mode)
;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server