~edwargix/emacs.d

7427759bb94c4c973b62f380f4a39f7758d2c399 — David Florness 7 years ago 6198cc3
global-hi-lock-mode
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)

;;; Highlight stuff with M-s h
(global-hi-lock-mode 1)

;;; Move mouse if it gets in the way of the cursor
(mouse-avoidance-mode 'animate)