Variable: corfu-indexed-mode

corfu-indexed-mode is a customizable variable defined in corfu-indexed.el.

Value

nil

Documentation

Non-nil if Corfu-Indexed mode is enabled.

See the corfu-indexed-mode(var)/corfu-indexed-mode(fun) command for a description of this minor mode.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu-indexed.el
;;;###autoload
(define-minor-mode corfu-indexed-mode
  "Prefix candidates with indices."
  :global t :group 'corfu)