From 65c9e10f7f4169c813b504978b5a7b5112926dec Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 7 Apr 2020 12:11:30 -0400 Subject: [PATCH] Disable raising and focusing of X frames because wow is that annoying --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 90b6ff4..0dd750b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -496,6 +496,8 @@ :config ; seems to need to be before mode init (add-to-list 'frames-only-mode-use-window-functions 'undo-tree-visualize) + (setq server-raise-frame nil) + (defun x-focus-frame (FRAME &optional NOACTIVATE)) (frames-only-mode t) (menu-bar-mode 0) (if (executable-find "i3")