Variable: completion-preview-completion-styles
completion-preview-completion-styles is a variable defined in
completion-preview.el.gz.
Value
(basic)
Documentation
List of completion styles that Completion Preview mode uses.
Since Completion Preview mode shows prefix completion candidates, this list should normally only include completion styles that perform prefix completion, but other candidates are filtered out and cause no harm.
See also completion-styles.
Source Code
;; Defined in /usr/src/emacs/lisp/completion-preview.el.gz
(defvar completion-preview-completion-styles '(basic)
"List of completion styles that Completion Preview mode uses.
Since Completion Preview mode shows prefix completion candidates, this
list should normally only include completion styles that perform prefix
completion, but other candidates are filtered out and cause no harm.
See also `completion-styles'.")