emacs/focus-init.el
2007-01-23 21:40:31 +00:00

4 lines
129 B
EmacsLisp

(when window-system
;; make switching frames works properly under the default click-to-focus
(setq focus-follows-mouse nil))