mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Any buffers created before after-init-hook could trigger these hooks, which may house expensive functions, but never anything that is important at startup time. However, it must not occur later than after-init-hook (which triggers before file arguments are processed and file buffers are created).