]> git.earman.xyz Git - emacsinit.git/commitdiff
Removed 'server-start' - unneeded
authorrearman <rearman@r717.net>
Mon, 17 Oct 2022 14:48:10 +0000 (10:48 -0400)
committerrearman <rearman@r717.net>
Mon, 17 Oct 2022 14:48:10 +0000 (10:48 -0400)
init.el

diff --git a/init.el b/init.el
index 918ef3992afe13fb900770bfd2ea4ab156c0a977..b82c978f4c3034de8eb0ae8d1739b3a219f2d5ef 100644 (file)
--- a/init.el
+++ b/init.el
@@ -1,7 +1,6 @@
 ;; -*- lexical-binding: t; -*-
 (defvar common-init "~/.emacs.d/common-init.el")
 (load-file common-init)
-(server-start)
 
 ;; WIN GUI SPECIFIC OPTIONS
 (tool-bar-mode -1)