Variable: global-corfu-minibuffer
global-corfu-minibuffer is a customizable variable defined in
corfu.el.
Value
t
Documentation
Corfu should be enabled in the minibuffer by global-corfu-mode(var)/global-corfu-mode(fun).
The variable can either be t, nil or a custom predicate function. If
the variable is set to t, Corfu is only enabled if the minibuffer has
local completion-at-point-functions.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom global-corfu-minibuffer t
"Corfu should be enabled in the minibuffer by `global-corfu-mode'.
The variable can either be t, nil or a custom predicate function. If
the variable is set to t, Corfu is only enabled if the minibuffer has
local `completion-at-point-functions'."
:type '(choice (const t) (const nil) function)
:group 'corfu)