chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d401f71
)
dot/emacs: Display times in 24-hour clock, please.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Mar 2016 17:45:30 +0000
(17:45 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Mar 2016 17:45:30 +0000
(17:45 +0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 37e742d0f89ffe872733a73bb86dc6f139fbf175..d4a313e9ae33d182018c7d7cdc1def32dce2f08b 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-380,7
+380,10
@@
;; Date format fiddling.
(setq european-calendar-style t
;; 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\\)")
(setq diary-date-forms '((day "[-/]" month "[^-/0-9]")
(day " *" monthname "[ \t]*\\(\^M\\|\n\\)")