Prevent focus stealing (raising a window) on MacOS

This commit is contained in:
Adam Goldsmith 2020-08-04 11:52:52 -04:00
parent 07f68dc9f1
commit 25eecc532f
1 changed files with 3 additions and 1 deletions

View File

@ -308,7 +308,9 @@
(use-package ns-win
:config
(setq ns-command-modifier 'hyper)
(server-start))
(server-start)
; disable focus stealing
(defun raise-frame (frame) (interactive) nil))
(use-package yaml-mode
:config