focus-follows-mouse mod

This commit is contained in:
Kashish Sharma 2015-03-23 22:01:39 +05:30
parent b3754fed9c
commit f1c681b3cb
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(setq focus-follows-mouse t)
(setq mouse-autoselect-window t)
;;;; Disable linewrapping
(defun line-trunc-set ()