Support evil-collection-setup-minibuffer
This commit is contained in:
parent
0c80ba1221
commit
e9b288744d
1 changed files with 3 additions and 0 deletions
|
@ -258,6 +258,9 @@ and complains if a module is loaded too early (during startup)."
|
||||||
(+evil-collection-init 'elisp-mode))
|
(+evil-collection-init 'elisp-mode))
|
||||||
(add-transient-hook! 'occur-mode
|
(add-transient-hook! 'occur-mode
|
||||||
(+evil-collection-init '(occur replace)))
|
(+evil-collection-init '(occur replace)))
|
||||||
|
(add-transient-hook! 'minibuffer-setup-hook
|
||||||
|
(when evil-collection-setup-minibuffer
|
||||||
|
(+evil-collection-init 'minibuffer)))
|
||||||
|
|
||||||
;; HACK Do this ourselves because evil-collection break's `eval-after-load'
|
;; HACK Do this ourselves because evil-collection break's `eval-after-load'
|
||||||
;; load order by loading their target plugin before applying keys. This
|
;; load order by loading their target plugin before applying keys. This
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue