Skip to content

Commit e966249

Browse files
iyefratHenrik Lissner
authored and
Henrik Lissner
committed
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.
1 parent 3c99e9f commit e966249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/completion/vertico/config.el

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ orderless."
117117
[remap switch-to-buffer-other-frame] #'consult-buffer-other-frame
118118
[remap yank-pop] #'consult-yank-pop
119119
[remap persp-switch-to-buffer] #'+vertico/switch-workspace-buffer)
120-
(advice-add #'multi-occur :override #'consult-multi-occur)
121120
:config
122121
(defadvice! +vertico--consult-recent-file-a (&rest _args)
123122
"`consult-recent-file' needs to have `recentf-mode' on to work correctly"

0 commit comments

Comments
 (0)