From fe2a61ba8c6ded6fb0c26fbe8c7908814ad3b809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 21 Oct 2021 00:31:29 +0200 Subject: EXWM: Enable focus follows mouse --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6405bf1..b3a83c6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -359,6 +359,7 @@ the only window in the frame." ((java-mode . "java") (awk-mode . "awk") (other . "bsd")))) + '(focus-follows-mouse t) '(helm-always-two-windows t) '(mouse-autoselect-window t) '(org-support-shift-select t) -- cgit v1.2.3