From f43bb4ea495f3ad09ec3772744c4112fda1678fc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 26 May 2020 10:18:50 +0100 Subject: [PATCH] dot/emacs: Turn off `mouse-autoselect-window'. I think I've given this a fair shake and decided that I don't like it. Honestly, I'm a bit surprised: I expected to have a strong feeling about this one way or the other, but I don't. It's just a tiny bit annoying. Anyway, I think it was a worthwhile experiment. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 13d142c..de70388 100644 --- a/dot/emacs +++ b/dot/emacs @@ -395,7 +395,7 @@ (setq Info-fontify-maximum-menu-size 100000) (setq set-mark-command-repeat-pop t) (setq password-cache-expiry nil) -(setq mouse-autoselect-window t) +(setq mouse-autoselect-window nil) (setq-default proced-filter 'all proced-sort 'user) (setq ispell-program-name "aspell-hack" -- 2.11.0