mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The precise semantics of use-package's :after keyword is janky (see jwiegley/use-package#829) and, in the case of992bd8f7e2
, causes subtle breakage. For one, the remappings in the following :init block were deferred until embark loaded, so they weren't available at startup, so they reverted to their old (often vastly inferior) predecessors, like recentf-open-files instead of consult-recent-files. Amend:992bd8f7e2