You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
Add support for byte-compiling dot-emacs for package.el users
This was always supported, what this commit adds is that once the new
use-package-with-elpa macro is used, the byte-compiled init file has
no call to package-initialize or other parts of package.el. This
means that the resulting byte-compiled init file loads very quickly,
while the user keeps the option to use package.el again at a later
time to install more packages.
0 commit comments