mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
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:
committed by
Henrik Lissner
parent
3c99e9f8ab
commit
e96624926d
@@ -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"
|
||||
|
Reference in New Issue
Block a user