doomemacs/core
Henrik Lissner 628f0a930f Force straight to byte-compile packages in same session
Straight (on its develop branch) byte compiles packages in a child
process, isolated from the current session. This is a sensible approach
and I applaud it, but there's a problem:

Some packages don't load their compile-time dependencies at
compile-time, causing errors *at* compile-time. They unwittingly rely on
the fact that package.el compiles them in the same session as their
dependencies, which indirectly loads their macros for them. I can't
depend on package authors to do the right thing, but I can force
straight to revert to the old approach.
2021-02-05 22:48:31 -05:00
..
autoload Fix interactive spec of doom/retab 2021-02-02 02:41:45 +01:00
cli Fix #4602, part 2! 2021-02-01 02:45:45 -05: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 Fix type error when printing straight errors 2021-01-26 22:38:53 -05:00
core-editor.el Revise core docstrings & comments 2021-01-27 03:36:53 -05:00
core-keybinds.el Update comments 2021-01-11 02:41:14 -05:00
core-lib.el Force straight to byte-compile packages in same session 2021-02-05 22:48:31 -05:00
core-modules.el Fix :unless in (doom!) 2021-01-29 23:07:03 +01:00
core-packages.el Bump core 2021-02-04 07:32:26 -05:00
core-projects.el Fix path separator in msys2 2021-01-21 14:10:14 +08:00
core-ui.el Bump core 2021-02-04 07:32:26 -05:00
core.el Revise core docstrings & comments 2021-01-27 03:36:53 -05:00
packages.el Bump core 2021-02-04 07:32:26 -05:00