diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-20 14:11:30 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-20 14:11:30 -0400 |
commit | 80ad43217b7624af0d75f8106be5dba11df48396 (patch) | |
tree | de772b2c0a7a6a2377e762a692157f0df9f74b0f | |
parent | Remove stray character (diff) | |
download | mmosmacs-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.el | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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) | ||