Replies: 2 comments 1 reply
-
Years before I published I don't plan to implement this any time soon if ever. But you could implement a command that removes the per-package autoload files and instead generates a single file. You of course have to remember that command when appropriate (though forgetting to do so would not be a big deal, then those per-package autoload files would just also get loaded). And you would have to load the big autoload file explicitly in your init file.
Luckily loading the autoload files doesn't involve calling git, so the only slow down is due to having to open N files instead of one. |
Beta Was this translation helpful? Give feedback.
-
I found both methods lead to modifying the
Sorry for this. I actually mean I eagerly need this because there's an extra problem. I have an |
Beta Was this translation helpful? Give feedback.
-
Like doom-emacs, which seperate package add/remove management from whole .emacs.d config management. I think that's because add/remove package is not so frequently. Doom-emacs will generate a big
autoloads.el
file when changing packages.Could
borg
make the same improvement ? Because it can speed up startup time especially in Windows(forkinggit
process is very slow)?Beta Was this translation helpful? Give feedback.
All reactions