From a6d975f32df4885dffa2c37fe4344f6b06c17be5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 22 Aug 2019 12:18:34 +0100 Subject: [PATCH] dot/emacs: Don't display the diary when starting up or every morning. This has been really annoying! --- dot/emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index fc1a607..3988df7 100644 --- a/dot/emacs +++ b/dot/emacs @@ -510,7 +510,8 @@ (add-hook 'diary-hook 'appt-make-list) (setq appt-issue-message t appt-display-interval 3 - appt-message-warning-time 10) + appt-message-warning-time 10 + appt-display-diary nil) (and (not mdw-fast-startup) (trap (require 'org) (require 'bbdb) -- 2.11.0