~edwargix/emacs.d

6198cc355261862d1925ab4800b4e0a9005e2356 — David Florness 7 years ago 23391d9
Move mouse when it gets close to cursor
1 files changed, 3 insertions(+), 0 deletions(-)

M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +3 -0
@@ 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)