From 9749c2677b05e3ae21f1f06df2596a7436a468fc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 10 Mar 2024 17:47:18 +0000 Subject: [PATCH] dot/emacs: Inhibit server from raising windows. Annoying because Magit (ab)uses the server machinery. At least there's an actual option for this. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 035d132..da7d116 100644 --- a/dot/emacs +++ b/dot/emacs @@ -139,6 +139,7 @@ (not (and (fboundp 'daemonp) (daemonp))) (progn (setq server-temp-file-regexp (concat "^" tmpdir "\\|/draft$") edit-server-new-frame nil + server-raise-frame nil gnuserv-frame t) (trap (let ((warning-suppress-types (cons '(server) -- 2.11.0