summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-08-01 02:42:32 +0100
committerjao <jao@gnu.org>2025-08-01 02:42:32 +0100
commit7019aeb59a089cf56a2df38f4be7effb7e3d3b01 (patch)
treeb0a472e418c445429179e487df4cae2fc92b8c27
parent6273cdaded51bcad64dd0c2bb506899507d71bf8 (diff)
downloadelibs-7019aeb59a089cf56a2df38f4be7effb7e3d3b01.tar.gz
elibs-7019aeb59a089cf56a2df38f4be7effb7e3d3b01.tar.bz2
european-style dates
-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"