4 lines
129 B
EmacsLisp
4 lines
129 B
EmacsLisp
|
(when window-system
|
||
|
;; make switching frames works properly under the default click-to-focus
|
||
|
(setq focus-follows-mouse nil))
|