diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -590,7 +590,8 @@ ;;;; calendar (setq appt-display-format nil) (appt-activate 1) -(setq calendar-latitude 55.9533 +(setq calendar-date-style 'european + calendar-latitude 55.9533 calendar-longitude -3.1883 calendar-left-margin 4 calendar-location-name "Edinburgh, Scotland" |