mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Upload load-order in doom!'s docstring
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user