From e96624926d724aff98e862221422cd7124a99c19 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Sat, 31 Dec 2022 23:28:25 +0200 Subject: [PATCH] refactor!(vertico): remove multi-occur override BREAKING CHANGE: remove override of multi-occur with consult-multi-occur `consult-mulit-occur` is deprecated, and although it does have the replacement `consult-line-multi`, I don't think that this override makes much sense, as doom doesn't really touch `multi-occur` anywhere and this would mostly be suprising to users that do use it. --- modules/completion/vertico/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 04e79003e..18c00c781 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -117,7 +117,6 @@ orderless." [remap switch-to-buffer-other-frame] #'consult-buffer-other-frame [remap yank-pop] #'consult-yank-pop [remap persp-switch-to-buffer] #'+vertico/switch-workspace-buffer) - (advice-add #'multi-occur :override #'consult-multi-occur) :config (defadvice! +vertico--consult-recent-file-a (&rest _args) "`consult-recent-file' needs to have `recentf-mode' on to work correctly"