el/dot-emacs.el: Don't raise frame when reminding about appointments.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 1 Jun 2016 18:31:27 +0000 (19:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 1 Jun 2016 18:31:27 +0000 (19:31 +0100)
el/dot-emacs.el

index 9de062a..3b4ec21 100644 (file)
@@ -239,6 +239,7 @@ frame is actually mapped on the screen."
        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'.