Fix evil-collection-occur module
This commit is contained in:
parent
9ba14f0ba4
commit
a90226b569
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ and complains if a module is loaded too early (during startup)."
|
||||||
(add-transient-hook! 'emacs-lisp-mode
|
(add-transient-hook! 'emacs-lisp-mode
|
||||||
(+evil-collection-init 'elisp-mode))
|
(+evil-collection-init 'elisp-mode))
|
||||||
(add-transient-hook! 'occur-mode
|
(add-transient-hook! 'occur-mode
|
||||||
(+evil-collection-init 'occur))
|
(+evil-collection-init '(occur replace)))
|
||||||
|
|
||||||
;; 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