From 1337ef9318dfa93a83d70ce4dfd2867a5c960922 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 14 Sep 2019 12:12:54 -0600 Subject: [PATCH] Don't move mouse if the cursor gets close to it I've just become annoyed of this. --- lisp/setup-appearance.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index a02c6b0..dee7981 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -25,7 +25,7 @@ (column-number-mode 1) ; Show column number next to line number in mode line (show-paren-mode 1) ; Highlight parentheses (global-hi-lock-mode 1) ; Highlight stuff with M-s h -(mouse-avoidance-mode 'animate) ; Move mouse if it gets in the way of the cursor +(mouse-avoidance-mode 'none) ; Move mouse if it gets in the way of the cursor ;;; Spell check in comments and strings -- 2.38.4