Files
doomemacs/lisp
Henrik Lissner 16469f1f9d perf: defer local-vars hooks until after-init-hook
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).
2022-09-20 01:40:59 +02:00
..
2022-09-18 10:36:00 +02:00
2022-09-06 22:55:47 +02:00