From 774dc42d8f90f687ce990152d3094aba48272cd5 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 17 May 2016 18:30:00 +0200 Subject: [PATCH] Enable global server-mode Provided the default server isn't already running in another Emacs instance, start it in this instance. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 51edea3..ab7bccb 100644 --- a/init.el +++ b/init.el @@ -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)