Variable: corfu-popupinfo-margin-width

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

Value

1

Documentation

Margin at the left and right side of the popup.

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu-popupinfo.el
(defcustom corfu-popupinfo-margin-width 1
  "Margin at the left and right side of the popup."
  :type 'natnum
  :group 'corfu)