aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 5668d9a..793e0b7 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -29,7 +29,8 @@
(require 'use-package)
-(server-start)
+(load "server")
+(unless (server-running-p) (server-start))
(setq custom-file
(concat user-emacs-directory