Variable: assist-key-eol-function
assist-key-eol-function is a customizable variable defined in
hui-mouse.el.
Value
smart-scroll-down
Documentation
Function run by the Assist Key at the end of a line.
Its default value is smart-scroll-down. To disable it, set it to
#'ignore.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defcustom assist-key-eol-function #'smart-scroll-down
"Function run by the Assist Key at the end of a line.
Its default value is `smart-scroll-down'. To disable it, set it to
#\\='ignore."
:type 'function
:group 'hyperbole-keys)