~edwargix/emacs.d

1337ef9318dfa93a83d70ce4dfd2867a5c960922 — David Florness 6 years ago 61a8982
Don't move mouse if the cursor gets close to it

I've just become annoyed of this.
1 files changed, 1 insertions(+), 1 deletions(-)

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