fix(evil): evil-collection-occur -> evil-collection-replace

evil-collection-occur.el was moved to evil-collection-replace.el in
emacs-evil/evil-collection@79fc09b014.

Fix: #6495
Close: #6524
Ref: emacs-evil/evil-collection@79fc09b014
Co-authored-by: DeesonGao <DeesonGao@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2022-07-05 14:04:09 +02:00
parent cd8fb0059d
commit 9ec60d9ab9
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -43,8 +43,8 @@
indent indent
image image
kotlin-mode kotlin-mode
occur
outline outline
replace
shortdoc shortdoc
simple simple
slime slime
@ -194,7 +194,6 @@ variable for an explanation of the defaults (in comments). See
newsticker newsticker
notmuch notmuch
nov nov
(occur replace)
omnisharp omnisharp
org org
org-present org-present
@ -215,6 +214,7 @@ variable for an explanation of the defaults (in comments). See
racket-describe racket-describe
realgud realgud
reftex reftex
replace
restclient restclient
rg rg
ripgrep ripgrep
@ -320,7 +320,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 replace))) (+evil-collection-init 'replace))
(add-transient-hook! 'indent-rigidly (add-transient-hook! 'indent-rigidly
(+evil-collection-init '(indent "indent"))) (+evil-collection-init '(indent "indent")))
(add-transient-hook! 'minibuffer-setup-hook (add-transient-hook! 'minibuffer-setup-hook