summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index c83a3b1..1facc87 100644
--- a/init.el
+++ b/init.el
@@ -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"