From: Mark Wooding Date: Thu, 17 Mar 2016 11:47:39 +0000 (+0000) Subject: dot/emacs: More modern configuration for calendar date format. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/13a077aedcfe3d28a364fd617852f0f795396fd9 dot/emacs: More modern configuration for calendar date format. --- 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\\)")