Variable: corfu-border-width

corfu-border-width is a customizable variable defined in corfu.el.

Value

1

Documentation

Width of the border in pixels, only applies to GUI Emacs.

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom corfu-border-width 1
  "Width of the border in pixels, only applies to GUI Emacs."
  :type 'natnum)