We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18b57 commit 78c6ee8Copy full SHA for 78c6ee8
init.el
@@ -791,11 +791,3 @@
791
(let ((feature-conf (expand-file-name "local-feature-settings.el" user-emacs-directory)))
792
(when (file-exists-p feature-conf)
793
(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