aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)