Variable: vertico-multiform-categories

vertico-multiform-categories is a customizable variable defined in vertico-multiform.el.

Value

nil

Documentation

Alist of categories/regexps and list of settings to turn on per category.

See vertico-multiform-commands on details about the settings. The category settings have lower precedence than vertico-multiform-commands.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico-multiform.el
(defcustom vertico-multiform-categories nil
  "Alist of categories/regexps and list of settings to turn on per category.
See `vertico-multiform-commands' on details about the settings.  The
category settings have lower precedence than
`vertico-multiform-commands'."
  :group 'vertico
  :type '(alist :key-type (choice symbol regexp (const t)) :value-type (repeat sexp)))