From 80ad43217b7624af0d75f8106be5dba11df48396 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 20 May 2023 14:11:30 -0400 Subject: Stop starting Emacs server in the init file Start it as a daemon automatically through the system init. --- init.el | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 78d6a26..0548b84 100644 --- a/init.el +++ b/init.el @@ -885,22 +885,3 @@ ("C-h p" . helpful-at-point) ("C-h v" . helpful-variable) ("C-h x" . helpful-command))) - - - - -;; --------------------------------------------------------------------- -;;; Final steps -;; ------------ -;; These are the final steps before MMOSMacs is initialized -;; --------------------------------------------------------------------- - -;; --------------------------------- -;; Start Emacs server -;; ------------------ -;; Fuck it, it's the end of the -;; file, I'm not writing these -;; stupid decriptions anymore! -;; --------------------------------- - -(server-start) -- cgit v1.2.3