From 1a47c7c22d910bf286d76f214c9d55f6b4dcdd80 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Wed, 20 Dec 2017 16:08:46 +0100 Subject: [PATCH] Start emacs server on startup --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 78865a2..6cc7517 100644 --- a/init.el +++ b/init.el @@ -90,6 +90,9 @@ ;; setup gdb (require 'setup-gdb) +;; start emacs server +(server-start) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.