dot/emacs: Don't display the diary when starting up or every morning.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 11:18:34 +0000 (12:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 11:18:34 +0000 (12:18 +0100)
This has been really annoying!

dot/emacs

index fc1a607..3988df7 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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)