From a2a128d3a56a96610fce261f4df256d289135c74 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Aug 2021 12:28:57 -0400 Subject: [PATCH] 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. --- modules/completion/vertico/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 43e7b3a01..12adecf68 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -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 "<"