summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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)