mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
This offloads some of the work Doom has to do creating `doom-packages-file` onto `make autoloads`. This closely mimics the package-quickstart-refresh functionality in Emacs 27+, but is more specialized. This means package autoloads are now loaded on every startup. Many :mode, :interpreter, and :commands declarations in def-package! blocks are made redundant by this and will be cleaned up soon.