Variable: corfu-history
corfu-history is a variable defined in corfu-history.el.
Value
nil
Documentation
History of Corfu candidates.
The maximum length is determined by the variable history-length
or the property history-length of corfu-history.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu-history.el
(defvar corfu-history nil
"History of Corfu candidates.
The maximum length is determined by the variable `history-length'
or the property `history-length' of `corfu-history'.")