From: Mark Wooding Date: Wed, 5 May 2010 16:19:01 +0000 (+0100) Subject: Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/6c680ad0afda24e64bb09799d94c619f7641e429?hp=f34c1444696ee985c69147ce22d82b9d1a1f020f Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile * 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile: dot/emacs: Set some calendar variables which don't seem to have values. --- 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)