fix column alignment in load order table

This commit is contained in:
Neil Vyas 2024-10-23 12:33:05 +07:00 committed by GitHub
parent 70f452e0dc
commit 904c373ad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1314,7 +1314,7 @@ what kind of session it is. Doom has three types of sessions:
With that out of the way, here is the load order of Doom's most important files:
| File | Interactive | Batch | CLI |
|---------------------------------------------+-------------+-------+-----|
|---------------------------------------------------+-------------+-------+-----|
| ~/..config/emacs/early-init.el (Emacs 27+ only) | yes | no | no |
| ~/..config/emacs/init.el | yes | no | no |
| $DOOMDIR/init.el | yes | yes | yes |