Only start server if it's not already running...

This commit is contained in:
John Doty 2015-06-26 07:24:54 -07:00
parent 07123ae409
commit 61b74b24f8

View file

@ -33,9 +33,11 @@
;; sense. But fetching the packages is still the hard part.
;;
;; Make sure we start the server?
;;
(server-start)
;; =================================================================
;; First, before anything... server goop.
;; =================================================================
(require 'server)
(if (not (server-running-p)) (server-start))
;; =================================================================
;; Various bits of path setup (init-dir is defined by init.el)