[Misc] Start server when on Windows
This commit is contained in:
parent
2712e8747b
commit
a28075347b
5
init.el
5
init.el
@ -218,6 +218,11 @@
|
|||||||
'(defun enriched-decode-display-prop (start end &optional param)
|
'(defun enriched-decode-display-prop (start end &optional param)
|
||||||
(list start end)))
|
(list start end)))
|
||||||
|
|
||||||
|
;; Start Server when on Windows
|
||||||
|
|
||||||
|
(when (eq system-type 'windows-nt)
|
||||||
|
(server-start))
|
||||||
|
|
||||||
t)
|
t)
|
||||||
|
|
||||||
(add-hook 'after-init-hook #'db/run-init)
|
(add-hook 'after-init-hook #'db/run-init)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user