Variable: corfu-scroll-margin
corfu-scroll-margin is a customizable variable defined in corfu.el.
Value
2
Documentation
Number of lines at the top and bottom when scrolling.
The value should lie between 0 and corfu-count/2.
Source Code
;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defcustom corfu-scroll-margin 2
"Number of lines at the top and bottom when scrolling.
The value should lie between 0 and corfu-count/2."
:type 'natnum)