From 13a077aedcfe3d28a364fd617852f0f795396fd9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 17 Mar 2016 11:47:39 +0000 Subject: [PATCH] dot/emacs: More modern configuration for calendar date format. --- dot/emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 29ee0c8..4d5ee5f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -379,7 +379,8 @@ ;; Date format fiddling. -(setq european-calendar-style t) +(setq european-calendar-style t + calendar-date-style 'european) (setq diary-date-forms '((day "[-/]" month "[^-/0-9]") (day " *" monthname "[ \t]*\\(\^M\\|\n\\)") -- 2.11.0