mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
A recent update causes evil-collection-process-menu to load immediately at startup (because `simple` is loaded immediately), so we defer it until process-menu-mode is called. Loading process-menu so early pulls in evil far too early, causing other issues, like undoing all of evil's prior-to-loading keybindings.