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:
Henrik Lissner 2021-08-05 12:28:57 -04:00
parent 24866a17ee
commit a2a128d3a5

View file

@ -82,6 +82,7 @@ overrides `completion-styles' during company completion sessions.")
[remap persp-switch-to-buffer] #'+vertico/switch-workspace-buffer) [remap persp-switch-to-buffer] #'+vertico/switch-workspace-buffer)
(advice-add #'completing-read-multiple :override #'consult-completing-read-multiple) (advice-add #'completing-read-multiple :override #'consult-completing-read-multiple)
(advice-add #'multi-occur :override #'consult-multi-occur) (advice-add #'multi-occur :override #'consult-multi-occur)
(setq prefix-help-command #'embark-prefix-help-command)
:config :config
(setq consult-project-root-function #'doom-project-root (setq consult-project-root-function #'doom-project-root
consult-narrow-key "<" consult-narrow-key "<"