From 99e4752ad76612f5fb9c2968152719750ffa6093 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 17 Aug 2015 02:44:27 -0700 Subject: [PATCH] start the emacs server if its not running --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0e3584bb..a632aee3 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -411,6 +411,8 @@ The current directory is assumed to be the project's root otherwise." ;; General Emacs Options ;; ============================================================================= +(unless (server-running-p) (server-start)) + (global-auto-revert-mode) ;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server