mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update make details in README
This commit is contained in:
@ -28,13 +28,12 @@ make install
|
|||||||
make compile # optional, may take a while
|
make compile # optional, may take a while
|
||||||
```
|
```
|
||||||
|
|
||||||
Each time you change init.el, you must do the following:
|
Run `make` each time you change init.el (and recompile, if necessary).
|
||||||
|
Running `make` is the equivalent of doing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make install # or (doom/packages-install)
|
make install # or (doom/packages-install)
|
||||||
make autoloads # or (doom/reload-autoloads)
|
make autoloads # or (doom/reload-autoloads)
|
||||||
# ...and optionally
|
|
||||||
make compile # or (doom/byte-compile)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deciphering my emacs.d
|
## Deciphering my emacs.d
|
||||||
|
Reference in New Issue
Block a user