chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7376206
)
el/dot-emacs.el: Don't raise frame when reminding about appointments.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jun 2016 18:31:27 +0000
(19:31 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jun 2016 18:31:27 +0000
(19:31 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 9de062a1cc04a672585e601294536224f1144fc3..3b4ec21584320661c1deced1c4db2ba947bab69a 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-239,6
+239,7
@@
(defmacro mdw-advise-to-inhibit-raise-frame (function)
ad-do-it)))
(mdw-advise-to-inhibit-raise-frame select-frame-set-input-focus)
ad-do-it)))
(mdw-advise-to-inhibit-raise-frame select-frame-set-input-focus)
+(mdw-advise-to-inhibit-raise-frame appt-disp-window)
;; Bug fix for markdown-mode, which breaks point positioning during
;; `query-replace'.
;; Bug fix for markdown-mode, which breaks point positioning during
;; `query-replace'.