From: Mark Wooding Date: Sun, 20 Mar 2016 17:45:30 +0000 (+0000) Subject: dot/emacs: Display times in 24-hour clock, please. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/51603539e658892d93fc7691e0ce2772df6ed3c0 dot/emacs: Display times in 24-hour clock, please. --- diff --git a/dot/emacs b/dot/emacs index 37e742d..d4a313e 100644 --- a/dot/emacs +++ b/dot/emacs @@ -380,7 +380,10 @@ ;; Date format fiddling. (setq european-calendar-style t - calendar-date-style 'european) + calendar-date-style 'european + calendar-time-display-form + '(24-hours ":" minutes + (if time-zone " (") time-zone (if time-zone ")"))) (setq diary-date-forms '((day "[-/]" month "[^-/0-9]") (day " *" monthname "[ \t]*\\(\^M\\|\n\\)")