forked from colonelpanic/dotfiles
start the emacs server if its not running
This commit is contained in:
parent
00e928d583
commit
99e4752ad7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user