From cf342b27bfbcf5751aecf757102225bae6f6a207 Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 19 Sep 2025 15:24:15 -0400 Subject: [PATCH] Update mouse focus policies to match OS --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5