Fix evil-collection-minibuffer for first minibuffer
evil-minibuffer-setup-minibuffer didn't kick in until the second time you invoked a minibuffer after startup.
This commit is contained in:
parent
ea1a1805b3
commit
f998c912c1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue