From 9ec60d9ab9eb5d9b098e2452395156b622cce624 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 5 Jul 2022 14:04:09 +0200 Subject: [PATCH] fix(evil): evil-collection-occur -> evil-collection-replace evil-collection-occur.el was moved to evil-collection-replace.el in emacs-evil/evil-collection@79fc09b01403. Fix: #6495 Close: #6524 Ref: emacs-evil/evil-collection@79fc09b01403 Co-authored-by: DeesonGao --- modules/editor/evil/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/editor/evil/init.el b/modules/editor/evil/init.el index 4bef221d8..e55ad8e60 100644 --- a/modules/editor/evil/init.el +++ b/modules/editor/evil/init.el @@ -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