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:
parent
24866a17ee
commit
a2a128d3a5
1 changed files with 1 additions and 0 deletions
|
@ -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 "<"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue