From 55deeb6d4c2500c516257bcb2606a09adfe4dc53 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 20 Nov 2017 14:54:04 -0700 Subject: [PATCH] Automatically start Emacs daemon --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 9adaaa0..0433341 100644 --- a/init.el +++ b/init.el @@ -207,6 +207,10 @@ (add-to-list 'load-path d t)) (add-to-list 'Info-directory-list "~/.local/share/info/") +;;; Start Emacs Daemon +(unless (server-running-p) + (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. -- 2.38.4