Variable: corfu-quit-no-match

corfu-quit-no-match is a customizable variable defined in corfu.el.

Value

separator

Documentation

Automatically quit if no matching candidate is found.

When staying alive even if there is no match a warning message is shown in the popup. nil: Stay alive even if there is no match. t: Quit if there is no match. separator: Only stay alive if there is no match and corfu-separator has been inserted.

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom corfu-quit-no-match 'separator
  "Automatically quit if no matching candidate is found.
When staying alive even if there is no match a warning message is
shown in the popup.
nil: Stay alive even if there is no match.
t: Quit if there is no match.
separator: Only stay alive if there is no match and
`corfu-separator' has been inserted."
  :type '(choice boolean (const separator)))