Skip to content

Commit

Permalink
Doom emacs package instructions (#1225)
Browse files Browse the repository at this point in the history
Added a bit of help for actually installing the packages for doom emacs.
I had a hard time figuring out how to actually get the packages working
so I added a little bit of clarification that you must run `doom sync`
from the command line outside of doom emacs.
  • Loading branch information
hypirae authored May 5, 2024
1 parent 1cc1d0b commit 708c85b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/guide/emacs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ To add Gambit and Gerbil modes, go to the bottom of `package.el` and add the fol
Save the file with `:w` and close the buffer with `SPC b d`.
You should arrive back at the Doom Emacs splash screen.

In order to fetch and install these packaged you must first exit doom emacs using `SPC q K` and then run `doom sync`.

Let's create a convenient key sequence that opens a Gerbil REPL in a nice window layout.
Type `SPC f P` again and choose `config.el`.
This opens the private configuration file for your Doom Emacs installation.
Expand Down

0 comments on commit 708c85b

Please sign in to comment.