diff --git a/modules/editor/evil/init.el b/modules/editor/evil/init.el index 439082071..462e35b39 100644 --- a/modules/editor/evil/init.el +++ b/modules/editor/evil/init.el @@ -260,7 +260,8 @@ and complains if a module is loaded too early (during startup)." (+evil-collection-init '(occur replace))) (add-transient-hook! 'minibuffer-setup-hook (when evil-collection-setup-minibuffer - (+evil-collection-init 'minibuffer))) + (+evil-collection-init 'minibuffer) + (evil-collection-minibuffer-insert))) ;; HACK Do this ourselves because evil-collection break's `eval-after-load' ;; load order by loading their target plugin before applying keys. This