Variable: corfu-echo-mode
corfu-echo-mode is a customizable variable defined in corfu-echo.el.
Value
nil
Documentation
Non-nil if Corfu-Echo mode is enabled.
See the corfu-echo-mode(var)/corfu-echo-mode(fun) command
for a description of this minor mode.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu-echo.el
;;;###autoload
(define-minor-mode corfu-echo-mode
"Show candidate documentation in echo area."
:global t :group 'corfu)