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.
This commit is contained in:
parent
3c99e9f8ab
commit
e96624926d
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue