summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-10-20 14:57:07 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-10-27 01:42:28 +0000
commit2c29959d77e18d26023d5e19c03bc22f476ea23b (patch)
tree5c8661d807f220f158a20491171673bf8954efb4
parente52dc80f22e3f84ead7fb5cff14a5369f0effd14 (diff)
downloaddotfiles-2c29959d77e18d26023d5e19c03bc22f476ea23b.tar.gz
set focus-follows-mouse to see if it'll avoid some Emacs lockups under xmonad
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 9a0f7751..ff8b1a17 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -126,7 +126,7 @@
;; focus follow mouse
(setq mouse-autoselect-window nil
- focus-follows-mouse nil)
+ focus-follows-mouse window-system)
;; y/n rather than yes/no
(fset 'yes-or-no-p 'y-or-n-p)