aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-19 00:54:42 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-19 00:54:42 -0400
commit08f7d4ca5ed24055227debfdd7c7048404c7f55c (patch)
tree1b50f7ca9449ae2f819151c8af1ff1e9c3be4c3a /init.el
parent`expand-region` by semantic units (diff)
downloadmmosmacs-08f7d4ca5ed24055227debfdd7c7048404c7f55c.tar.gz
mmosmacs-08f7d4ca5ed24055227debfdd7c7048404c7f55c.tar.bz2
mmosmacs-08f7d4ca5ed24055227debfdd7c7048404c7f55c.zip
Start Emacs server at end of startup
Diffstat (limited to 'init.el')
-rw-r--r--init.el19
1 files changed, 19 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7c115fc..ae2036a 100644
--- a/init.el
+++ b/init.el
@@ -868,3 +868,22 @@
868 ("C-h p" . helpful-at-point) 868 ("C-h p" . helpful-at-point)
869 ("C-h v" . helpful-variable) 869 ("C-h v" . helpful-variable)
870 ("C-h x" . helpful-command))) 870 ("C-h x" . helpful-command)))
871
872
873
874
875;; ---------------------------------------------------------------------
876;;; Final steps
877;; ------------
878;; These are the final steps before MMOSMacs is initialized
879;; ---------------------------------------------------------------------
880
881;; ---------------------------------
882;; Start Emacs server
883;; ------------------
884;; Fuck it, it's the end of the
885;; file, I'm not writing these
886;; stupid decriptions anymore!
887;; ---------------------------------
888
889(server-start)