branch: externals/vertico
commit 988b53252d93721202db9715d5d6b14df5579a5a
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Do not set completion-show-inline-help
---
vertico.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/vertico.el b/vertico.el
index 10912cc732..1179548064 100644
--- a/vertico.el
+++ b/vertico.el
@@ -147,7 +147,6 @@ The value should lie between 0 and vertico-count/2."
(defvar vertico--locals
'((scroll-margin . 0)
(completion-auto-help . nil)
- (completion-show-inline-help . nil)
(pixel-scroll-precision-mode . nil))
"Vertico minibuffer local variables.")