summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-11-17 16:22:18 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-08 08:33:54 +0900
commit1945713e7235fe1f533fa0464ab3a88f19b2533f (patch)
tree7555cda4f0e53a8dad6cef2ff8fe4e46466133b5
parent046f0d47ee1b1968d99ed71a4398ff005baeb6b3 (diff)
downloaddotfiles-1945713e7235fe1f533fa0464ab3a88f19b2533f.tar.gz
don't have right now reliable, solid focus follows mouse for Windows.
Let Emacs know
-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 0ab11029..a8d7b5ea 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -69,7 +69,7 @@
;; focus follow mouse
(setq mouse-autoselect-window nil
- focus-follows-mouse t)
+ focus-follows-mouse nil)
;; y/n rather than yes/no
(fset 'yes-or-no-p 'y-or-n-p)