Variable: corfu-cycle
corfu-cycle is a customizable variable defined in corfu.el.
Value
nil
Documentation
Enable cycling for corfu-next and corfu-previous.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom corfu-cycle nil
"Enable cycling for `corfu-next' and `corfu-previous'."
:type 'boolean)