From: Mark Wooding Date: Wed, 1 Jun 2016 18:31:27 +0000 (+0100) Subject: el/dot-emacs.el: Don't raise frame when reminding about appointments. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/b8e4b4a9bf62a7f03a2e4b087bf80ea496814821 el/dot-emacs.el: Don't raise frame when reminding about appointments. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 9de062a..3b4ec21 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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'.