diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-05 22:06:32 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-05 22:06:32 -0400 |
commit | 218aec949728c959ee01ba1d5147ab3d1fa1e786 (patch) | |
tree | b5a448e0e354591e233cc3bc407b637c788be7d0 /README.md | |
parent | Rewrite `STYLE_GUIDE.md` (diff) | |
download | mmosmacs-218aec949728c959ee01ba1d5147ab3d1fa1e786.tar.gz mmosmacs-218aec949728c959ee01ba1d5147ab3d1fa1e786.tar.bz2 mmosmacs-218aec949728c959ee01ba1d5147ab3d1fa1e786.zip |
Add first-time-running-emacs setup instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -84,6 +84,14 @@ Change it to the following, but be sure to disable it later for security: | |||
84 | <address>0.0.0.0:40469</address> | 84 | <address>0.0.0.0:40469</address> |
85 | ``` | 85 | ``` |
86 | 86 | ||
87 | ### Run MMOSMacs for the first time | ||
88 | |||
89 | `cd` into your home directory and run `startx` to launch MMOSMacs for the first time. There might be some weird stuff that happens and some warnings, so `M-x kill-emacs` and `startx` again. | ||
90 | |||
91 | Then, run the first-time-setup commands for the following packages: | ||
92 | |||
93 | - `M-x all-the-icons-install-fonts RET y` | ||
94 | - `M-x lsp-install-server RET bash-ls RET` | ||
87 | 95 | ||
88 | 96 | ||
89 | ## Plans | 97 | ## Plans |