From b8e4b4a9bf62a7f03a2e4b087bf80ea496814821 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 1 Jun 2016 19:31:27 +0100 Subject: [PATCH] el/dot-emacs.el: Don't raise frame when reminding about appointments. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) 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'. -- 2.11.0