summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-10-21 00:31:29 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-10-21 00:31:29 +0200
commitfe2a61ba8c6ded6fb0c26fbe8c7908814ad3b809 (patch)
treee09eb4b93bfe9f5087f97954ba8f5ef4be23a73d
parentd0960305e0606817ce620c3dee240e668521388b (diff)
downloadebsd-fe2a61ba8c6ded6fb0c26fbe8c7908814ad3b809.tar.gz
EXWM: Enable focus follows mouse
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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)