Variable: corfu-continue-commands
corfu-continue-commands is a customizable variable defined in
corfu.el.
Value
(ignore universal-argument universal-argument-more digit-argument mwheel-scroll "\\`corfu-" "\\`scroll-other-window")
Documentation
Continue Corfu completion after executing these commands.
The list can contain either command symbols or regular expressions.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom corfu-continue-commands
'( ignore universal-argument universal-argument-more
digit-argument mwheel-scroll
"\\`corfu-" "\\`scroll-other-window")
"Continue Corfu completion after executing these commands.
The list can contain either command symbols or regular expressions."
:type '(repeat (choice regexp symbol)))