diff options
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6405bf1..b3a83c6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -359,6 +359,7 @@ the only window in the frame." ((java-mode . "java") (awk-mode . "awk") (other . "bsd")))) + '(focus-follows-mouse t) '(helm-always-two-windows t) '(mouse-autoselect-window t) '(org-support-shift-select t) |