emacs/focus-init.el

4 lines
129 B
EmacsLisp
Raw Normal View History

2007-01-23 21:40:31 +00:00
(when window-system
;; make switching frames works properly under the default click-to-focus
(setq focus-follows-mouse nil))