diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-19 00:54:42 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-19 00:54:42 -0400 |
commit | 08f7d4ca5ed24055227debfdd7c7048404c7f55c (patch) | |
tree | 1b50f7ca9449ae2f819151c8af1ff1e9c3be4c3a /init.el | |
parent | `expand-region` by semantic units (diff) | |
download | mmosmacs-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.el | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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) | ||