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:
parent
cd8fb0059d
commit
9ec60d9ab9
1 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@
|
|||
indent
|
||||
image
|
||||
kotlin-mode
|
||||
occur
|
||||
outline
|
||||
replace
|
||||
shortdoc
|
||||
simple
|
||||
slime
|
||||
|
@ -194,7 +194,6 @@ variable for an explanation of the defaults (in comments). See
|
|||
newsticker
|
||||
notmuch
|
||||
nov
|
||||
(occur replace)
|
||||
omnisharp
|
||||
org
|
||||
org-present
|
||||
|
@ -215,6 +214,7 @@ variable for an explanation of the defaults (in comments). See
|
|||
racket-describe
|
||||
realgud
|
||||
reftex
|
||||
replace
|
||||
restclient
|
||||
rg
|
||||
ripgrep
|
||||
|
@ -320,7 +320,7 @@ and complains if a module is loaded too early (during startup)."
|
|||
(add-transient-hook! 'emacs-lisp-mode
|
||||
(+evil-collection-init 'elisp-mode))
|
||||
(add-transient-hook! 'occur-mode
|
||||
(+evil-collection-init '(occur replace)))
|
||||
(+evil-collection-init 'replace))
|
||||
(add-transient-hook! 'indent-rigidly
|
||||
(+evil-collection-init '(indent "indent")))
|
||||
(add-transient-hook! 'minibuffer-setup-hook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue