From: rearman Date: Fri, 19 Sep 2025 19:24:15 +0000 (-0400) Subject: Update mouse focus policies to match OS X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=cf342b27bfbcf5751aecf757102225bae6f6a207;p=emacsinit.git Update mouse focus policies to match OS --- diff --git a/init.el b/init.el index edc46b9..c9440bc 100644 --- a/init.el +++ b/init.el @@ -46,7 +46,9 @@ (setq disabled-command-function nil save-interprogram-paste-before-kill t confirm-kill-processes nil - mouse-1-click-follows-link nil) + mouse-1-click-follows-link nil + focus-follows-mouse t + mouse-autoselect-window -0.25) ;; Recent Files/Buffers (midnight-mode t)