mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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.