From 7427759bb94c4c973b62f380f4a39f7758d2c399 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 20 Jan 2018 21:21:34 -0700 Subject: [PATCH] global-hi-lock-mode --- lisp/setup-appearance.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index be524fd..e37414c 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -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) -- 2.38.4