Variable: corfu-popupinfo-max-width

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

Value

80

Documentation

The maximum width of the info popup in characters.

Source Code

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