aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-20 14:11:30 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-20 14:11:30 -0400
commit80ad43217b7624af0d75f8106be5dba11df48396 (patch)
treede772b2c0a7a6a2377e762a692157f0df9f74b0f
parentRemove stray character (diff)
downloadmmosmacs-80ad43217b7624af0d75f8106be5dba11df48396.tar.gz
mmosmacs-80ad43217b7624af0d75f8106be5dba11df48396.tar.bz2
mmosmacs-80ad43217b7624af0d75f8106be5dba11df48396.zip
Stop starting Emacs server in the init file
Start it as a daemon automatically through the system init.
-rw-r--r--init.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/init.el b/init.el
index 78d6a26..0548b84 100644
--- a/init.el
+++ b/init.el
@@ -885,22 +885,3 @@
885 ("C-h p" . helpful-at-point) 885 ("C-h p" . helpful-at-point)
886 ("C-h v" . helpful-variable) 886 ("C-h v" . helpful-variable)
887 ("C-h x" . helpful-command))) 887 ("C-h x" . helpful-command)))
888
889
890
891
892;; ---------------------------------------------------------------------
893;;; Final steps
894;; ------------
895;; These are the final steps before MMOSMacs is initialized
896;; ---------------------------------------------------------------------
897
898;; ---------------------------------
899;; Start Emacs server
900;; ------------------
901;; Fuck it, it's the end of the
902;; file, I'm not writing these
903;; stupid decriptions anymore!
904;; ---------------------------------
905
906(server-start)