diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3b9dbd8..1fa1d89 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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