chiark / gitweb /
Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 May 2010 16:19:01 +0000 (17:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 May 2010 16:19:01 +0000 (17:19 +0100)
* 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile:
  dot/emacs: Set some calendar variables which don't seem to have values.

dot/emacs

index 98852a4bd253bbf303578f7b0b5c8dbec7498cbf..729c6f73a2af9435a3f5ce5dd3966299808568f9 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 ;; 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)