dot/emacs: More modern configuration for calendar date format.
[profile] / dot / emacs
index 29ee0c8..4d5ee5f 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\\)")