[Misc] Start server when on Windows

This commit is contained in:
Daniel - 2017-09-15 13:40:10 +02:00
parent 2712e8747b
commit a28075347b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 0 deletions

View File

@ -218,6 +218,11 @@
'(defun enriched-decode-display-prop (start end &optional param)
(list start end)))
;; Start Server when on Windows
(when (eq system-type 'windows-nt)
(server-start))
t)
(add-hook 'after-init-hook #'db/run-init)