chiark / gitweb /
dot/emacs: More modern configuration for calendar date format.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 17 Mar 2016 11:47:39 +0000 (11:47 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 17 Mar 2016 11:47:39 +0000 (11:47 +0000)
dot/emacs

index 29ee0c80b078e80a71dfea81b13c3d380326b82c..4d5ee5f8f348bf7c86e651a5e74fffb1a1e88b4c 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 ;; 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\\)")