Upload load-order in doom!'s docstring
This commit is contained in:
parent
693711bf9c
commit
33f2d5d321
1 changed files with 4 additions and 5 deletions
|
@ -269,12 +269,11 @@ The overall load order of Doom is as follows:
|
||||||
|
|
||||||
~/.emacs.d/init.el
|
~/.emacs.d/init.el
|
||||||
~/.emacs.d/core/core.el
|
~/.emacs.d/core/core.el
|
||||||
`doom-pre-init-hook'
|
$DOOMDIR/init.el
|
||||||
~/.doom.d/init.el
|
{$DOOMDIR,~/.emacs.d}/modules/*/*/init.el
|
||||||
Module init.el files
|
|
||||||
`doom-init-hook'
|
`doom-init-hook'
|
||||||
Module config.el files
|
{$DOOMDIR,~/.emacs.d}/modules/*/*/config.el
|
||||||
~/.doom.d/config.el
|
$DOOMDIR/config.el
|
||||||
`after-init-hook'
|
`after-init-hook'
|
||||||
`emacs-startup-hook'
|
`emacs-startup-hook'
|
||||||
`doom-post-init-hook' (at end of `emacs-startup-hook')
|
`doom-post-init-hook' (at end of `emacs-startup-hook')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue