From 08f7d4ca5ed24055227debfdd7c7048404c7f55c Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Fri, 19 May 2023 00:54:42 -0400 Subject: Start Emacs server at end of startup --- init.el | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7c115fc..ae2036a 100644 --- a/init.el +++ b/init.el @@ -868,3 +868,22 @@ ("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