doomemacs/core/autoload
Henrik Lissner fe37a590cc
Set doom--initial-load-path in sandbox
Prevents loaded packages miscount (e.g. -1) in dashboard/log in sandbox
instance.

This occurs because the benchmark line uses a simple heuristic to
determine the loaded packages: length of load-path minus the length of
doom--initial-load-path (to save on more expensive counting methods).
However, in the sandbox, load-path is pre-populated with all packages
right from the get-go, so doom--initial-load-path will be incorrect.
2020-10-26 05:52:30 -04:00
..
buffers.el
config.el Split doom-reload-hook into before/after hooks 2020-10-16 22:28:08 -04:00
debug.el Set doom--initial-load-path in sandbox 2020-10-26 05:52:30 -04:00
files.el Fix #4103: respect delete-by-moving-to-trash 2020-10-15 23:12:21 -04:00
fonts.el
help.el Search compressed .el files in load history 2020-10-09 15:22:04 -07:00
output.el
packages.el
plist.el
process.el
projects.el
scratch.el
sessions.el
store.el
text.el
themes.el
ui.el