From: Mark Wooding Date: Sat, 8 Dec 2018 23:27:16 +0000 (+0000) Subject: el/dot-emacs.el: Don't raise frames on mode-line or header-line presses. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/a32891652edef5b6a2d2f127f35657b052f86d08 el/dot-emacs.el: Don't raise frames on mode-line or header-line presses. --- 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'.