Variable: mouse-avoidance-nudge-dist
mouse-avoidance-nudge-dist is a customizable variable defined in
avoid.el.gz.
Value
15
Documentation
Average distance that mouse will be moved when approached by cursor.
Only applies in Mouse Avoidance mode jump and its derivatives.
For best results make this larger than mouse-avoidance-threshold.
Source Code
;; Defined in /usr/src/emacs/lisp/avoid.el.gz
(defcustom mouse-avoidance-nudge-dist 15
"Average distance that mouse will be moved when approached by cursor.
Only applies in Mouse Avoidance mode `jump' and its derivatives.
For best results make this larger than `mouse-avoidance-threshold'."
:type 'integer)