mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-29 05:13:11 -08:00
Before this update, the autoloads files were collected in lexicographical order (by traversing straight's build directory). By using straight--build-cache's keys (which are entered in the order they were registered) we avoid issues like |
||
|---|---|---|
| .. | ||
| autoloads.el | ||
| byte-compile.el | ||
| debug.el | ||
| env.el | ||
| install.el | ||
| packages.el | ||
| patch-macos.el | ||
| test.el | ||
| upgrade.el | ||