From ef1d94be9b06b3ab04dc71cd6c31e0d7d4a8cf46 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 21 Sep 2020 12:21:49 -0400 Subject: [PATCH] Remove mouse highlight This was bugging me especially in org-agenda, but I don't see why I should bother with it in any other case. --- global.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index bb215e2..51ddb0d 100644 --- a/global.org +++ b/global.org @@ -149,7 +149,8 @@ (mouse-wheel-mode -1) (setq mouse-autoselect-window nil mouse-yank-at-point nil - focus-follows-mouse nil) + focus-follows-mouse nil + mouse-highlight nil) #+END_SRC *** TODO Find out what of the above is necessary given the disable-mouse mode below Use the ~disable-mouse~ package by Steve Purcell available at