Because :after changes when :init is evaluated. Without :after, it's evaluated before the package is loaded. With :after, it is evaluated after the package is loaded, but before its :config block. :preface is what we want; it is always evaluated before the package is loaded. |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
packages.el |