Enable global server-mode

Provided the default server isn't already running in another Emacs
instance, start it in this instance.
This commit is contained in:
Jonas Bernoulli 2016-05-17 18:30:00 +02:00
parent 416e225649
commit 774dc42d8f

View File

@ -53,6 +53,9 @@
(when (file-exists-p custom-file)
(load custom-file)))
(use-package server
:config (or (server-running-p) (server-mode)))
(progn ; startup
(message "Loading early birds...done (%.3fs)"
(float-time (time-subtract (current-time)