summaryrefslogtreecommitdiff
path: root/init/native-comp/init-native-comp.el
AgeCommit message (Collapse)Author
2023-03-26use early-init.el to allow setting native comp cache dirJohn Turner
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.
2022-10-07changed the config-* prefix to init-* for all of the init filesJohn Turner