From 1945713e7235fe1f533fa0464ab3a88f19b2533f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 17 Nov 2014 16:22:18 +0900 Subject: don't have right now reliable, solid focus follows mouse for Windows. Let Emacs know --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3