From a32891652edef5b6a2d2f127f35657b052f86d08 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 8 Dec 2018 23:27:16 +0000 Subject: [PATCH] el/dot-emacs.el: Don't raise frames on mode-line or header-line presses. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 0af3c56..be340d4 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -254,6 +254,7 @@ frame is actually mapped on the screen." (mdw-advise-to-inhibit-raise-frame select-frame-set-input-focus) (mdw-advise-to-inhibit-raise-frame appt-disp-window) +(mdw-advise-to-inhibit-raise-frame mouse-select-window) ;; Bug fix for markdown-mode, which breaks point positioning during ;; `query-replace'. -- 2.11.0