From b7a7bc6406ce42725b56d0659af6d841920628a2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 3 May 2010 02:08:00 +0100 Subject: [PATCH] dot/emacs: Set some calendar variables which don't seem to have values. Not entirely sure why the calendar stuff isn't giving these default values. Hey, ho. --- dot/emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot/emacs b/dot/emacs index 98852a4..729c6f7 100644 --- a/dot/emacs +++ b/dot/emacs @@ -347,6 +347,9 @@ ;; Cosmetic stuff. +(setq calendar-view-diary-initially-flag t + calendar-view-holidays-initially-flag t) + (setq display-time-24hr-format t) (display-time) (column-number-mode 1) -- 2.11.0