Variable: corfu-popupinfo-min-width

corfu-popupinfo-min-width is a customizable variable defined in corfu-popupinfo.el.

Value

30

Documentation

The minimum width of the info popup in characters.

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu-popupinfo.el
(defcustom corfu-popupinfo-min-width 30
  "The minimum width of the info popup in characters."
  :type 'natnum
  :group 'corfu)