From 6198cc355261862d1925ab4800b4e0a9005e2356 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 20 Jan 2018 21:21:22 -0700 Subject: [PATCH] Move mouse when it gets close to cursor --- lisp/setup-appearance.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index a540140..be524fd 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -36,6 +36,9 @@ ;;; Highlight parentheses (show-paren-mode) +;;; Move mouse if it gets in the way of the cursor +(mouse-avoidance-mode 'animate) + ;;; Spell check in comments and strings (flyspell-prog-mode) -- 2.38.4