Variable: corfu-preview-current
corfu-preview-current is a customizable variable defined in corfu.el.
Value
insert
Documentation
Preview currently selected candidate.
If the variable has the value insert, the candidate is automatically
inserted on further input.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom corfu-preview-current 'insert
"Preview currently selected candidate.
If the variable has the value `insert', the candidate is automatically
inserted on further input."
:type '(choice boolean (const insert)))