Variable: corfu-popupinfo-max-height

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

Value

10

Documentation

The maximum height of the info popup in characters.

Source Code

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