doomemacs/core
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
..
autoload Set doom--initial-load-path in sandbox 2020-10-26 05:52:30 -04:00
cli Minor refactors & reformatting 2020-10-22 16:11:31 -04:00
templates Update help keybinds in 'doom install' postamble 2020-07-28 20:08:32 -04:00
test core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-cli.el Mention supported envvars in 'doom help' 2020-10-08 17:07:36 -04:00
core-editor.el Prefix tramp auto-save files 2020-10-22 14:51:49 -04:00
core-keybinds.el Reset which-key replacements on doom/reload 2020-10-16 22:30:07 -04:00
core-lib.el Fix *-local-vars-hook & doom-first-*-hook not triggering 2020-10-16 23:08:56 -04:00
core-modules.el Fix wrong-type-arg error on 'doom compile' 2020-10-14 01:38:01 -04:00
core-packages.el Allow :no-native-compile in package recipes 2020-09-01 20:48:42 +10:00
core-projects.el Reduce projectile cache limit 2020-08-01 15:19:59 -04:00
core-ui.el Fix #2742: cursor offset in artist-mode 2020-10-05 16:04:13 -04:00
core.el Reduce active message-log-max; scale in debug mode 2020-10-26 05:51:12 -04:00
packages.el Fix 'doom build' skipping straight 2020-10-24 16:52:33 -04:00