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
Implement :config by using a better variant of eval-when-compile
With this change, `use-package p` puts in scope all the symbols
declared by package p in scope of its :config block. The tradeoff is
that init is slightly slower *if interpreted*. Compiling init.el gives
the same runtime behaviour as previously.
Fixesjwiegley#1032
0 commit comments