chiark / gitweb /
dot/emacs: Display times in 24-hour clock, please.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Mar 2016 17:45:30 +0000 (17:45 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Mar 2016 17:45:30 +0000 (17:45 +0000)
dot/emacs

index 37e742d0f89ffe872733a73bb86dc6f139fbf175..d4a313e9ae33d182018c7d7cdc1def32dce2f08b 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 ;; 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\\)")