Files
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
..
2021-02-01 02:45:45 -05:00
2021-01-11 02:41:14 -05:00
2021-01-29 23:07:03 +01:00
2021-02-04 07:32:26 -05:00
2021-01-21 14:10:14 +08:00
2021-02-04 07:32:26 -05:00
2021-01-27 03:36:53 -05:00
2021-02-04 07:32:26 -05:00