Only start server if it's not already running...
This commit is contained in:
parent
07123ae409
commit
61b74b24f8
1 changed files with 6 additions and 4 deletions
|
|
@ -33,9 +33,11 @@
|
||||||
;; sense. But fetching the packages is still the hard part.
|
;; sense. But fetching the packages is still the hard part.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
;; Make sure we start the server?
|
;; =================================================================
|
||||||
;;
|
;; First, before anything... server goop.
|
||||||
(server-start)
|
;; =================================================================
|
||||||
|
(require 'server)
|
||||||
|
(if (not (server-running-p)) (server-start))
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Various bits of path setup (init-dir is defined by init.el)
|
;; Various bits of path setup (init-dir is defined by init.el)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue