From 88e2afe16e11e3ab3584952e934383e6fa76b1af Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 8 May 2020 18:15:40 +0100 Subject: [PATCH] dot/emacs: Experimentally tern on focus-follows-mouse in Emacs. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 44684ee..fe7ef11 100644 --- a/dot/emacs +++ b/dot/emacs @@ -384,6 +384,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-default proced-filter 'all proced-sort 'user) (setq ispell-program-name "aspell-hack" -- 2.11.0