From: Mark Wooding Date: Mon, 3 May 2010 01:08:00 +0000 (+0100) Subject: dot/emacs: Set some calendar variables which don't seem to have values. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b7a7bc6406ce42725b56d0659af6d841920628a2?hp=--cc 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. --- b7a7bc6406ce42725b56d0659af6d841920628a2 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)