mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(vertico): prefix-help-command = embark-prefix-help-command
Embark's interface of prefix-help-command is so vastly superior to the original prefix-help-command that it makes good sense that it be a default.
This commit is contained in:
@ -82,6 +82,7 @@ overrides `completion-styles' during company completion sessions.")
|
||||
[remap persp-switch-to-buffer] #'+vertico/switch-workspace-buffer)
|
||||
(advice-add #'completing-read-multiple :override #'consult-completing-read-multiple)
|
||||
(advice-add #'multi-occur :override #'consult-multi-occur)
|
||||
(setq prefix-help-command #'embark-prefix-help-command)
|
||||
:config
|
||||
(setq consult-project-root-function #'doom-project-root
|
||||
consult-narrow-key "<"
|
||||
|
Reference in New Issue
Block a user