chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
77bef4f
)
el/dot-emacs.el: Don't raise frames on mode-line or header-line presses.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Dec 2018 23:27:16 +0000
(23:27 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Dec 2018 23:27:16 +0000
(23:27 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 0af3c56b0fdea981c645678328c3bec1829786d9..be340d4bb11340332972bb5cc60ea07df66cdd2f 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-254,6
+254,7
@@
(defmacro mdw-advise-to-inhibit-raise-frame (function)
(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'.