branch: externals/vertico commit 3e82c21d6ff8e3186871352e5bfd08a49bdbc9e5 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Higher priority for the hook --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index f1bae01..205fce5 100644 --- a/vertico.el +++ b/vertico.el @@ -703,7 +703,7 @@ When the prefix argument is 0, the group order is reset." completion-auto-help nil completion-show-inline-help nil) (use-local-map vertico-map) - (add-hook 'post-command-hook #'vertico--exhibit -99 'local)) + (add-hook 'post-command-hook #'vertico--exhibit -90 'local)) (defun vertico--advice (orig &rest args) "Advice for ORIG completion function, receiving ARGS."