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-05-26 08:41:20 +0900
commit73619079cfd0ec3654c656a82ca025bb69e3f7c7 (patch)
tree7429b92c09d16ac79a668f10ea05f0d3c0ccdd21
parentcfc0685203efd7352abaa56adb883493873961c5 (diff)
downloaddotfiles-73619079cfd0ec3654c656a82ca025bb69e3f7c7.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 0192276c..2cf9059a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -66,7 +66,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)