From fc32103d06f9efc474e110baf0b8fb73640f3c2e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 17 Mar 2016 11:48:00 +0000 Subject: [PATCH] dot/emacs: More modern appointment setup machinery. --- dot/emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/emacs b/dot/emacs index 4d5ee5f..04c8189 100644 --- a/dot/emacs +++ b/dot/emacs @@ -404,6 +404,8 @@ (setq appt-issue-message t) (setq appt-display-interval 3) (setq appt-message-warning-time 10) +(and (not mdw-fast-startup) + (trap (appt-activate 1))) ;; Org-mode agenda. -- 2.11.0