From: Mark Wooding Date: Thu, 22 Aug 2019 11:18:34 +0000 (+0100) Subject: dot/emacs: Don't display the diary when starting up or every morning. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/a6d975f32df4885dffa2c37fe4344f6b06c17be5 dot/emacs: Don't display the diary when starting up or every morning. This has been really annoying! --- 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)