Don't delay server start.

This commit is contained in:
tastytea 2021-08-05 16:19:35 +02:00
parent 7880b46650
commit b0869ca5a5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@
;; - It is not already running.
(use-package server
:straight (:type built-in)
:defer 2
:if (not (or (equal (user-real-uid) 0)
(getenv "SSH_CONNECTION")))
:functions (server-running-p)