Skip to content

Commit 78c6ee8

Browse files
committed
The emacs server is no longer needed since running as daemon
1 parent 1f18b57 commit 78c6ee8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

init.el

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,3 @@
791791
(let ((feature-conf (expand-file-name "local-feature-settings.el" user-emacs-directory)))
792792
(when (file-exists-p feature-conf)
793793
(load-file feature-conf)))
794-
795-
796-
;;;; Emacs server
797-
798-
;; The Emacs server keeps the Emacs instance running in the background so opening files in Emacs
799-
;; will be snappy.
800-
(unless (server-running-p)
801-
(server-start))

0 commit comments

Comments
 (0)