]> jturnerusa.dev Git - emacs.d/commit
use early-init.el to allow setting native comp cache dir
authorJohn Turner <jturner.usa@gmail.com>
Sat, 25 Mar 2023 07:28:06 +0000 (03:28 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Sun, 26 Mar 2023 04:20:56 +0000 (00:20 -0400)
commit858ed5a8e768c5b456369dcda4603ab21f969222
tree4c51dceefae7b64c69f9262bae5e5e64d8e2e6e5
parent0487a351477b5fca13461977a008bc2b3e15098d
use early-init.el to allow setting native comp cache dir

Some of the init.el setup code moved to early-init.el to allow loading
our init modules in early init.

Loading the native comp init module in init.el set the cache directory variable
too late and resulted in the original directory still being populated
with eln files.
early-init.el [new file with mode: 0644]
init.el
init/native-comp/init-native-comp.el