summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-09-13 13:22:26 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-09-13 13:22:26 +0100
commit43c638236a923d3d7f37acbd1de4d5dd43158489 (patch)
tree76ad04bc72650812c1de03ec0603fe8b2cc4711c /emacs/init.el
parentc6f71ce8d5a74fbaee6515176d841dfcff36bb2a (diff)
emacs: Use a 24-hour clock in the mode line
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index db75855..57e3cb3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -36,6 +36,7 @@
(setq-default indent-tabs-mode nil
fill-column 72)
(setq backup-by-copying t
+ display-time-24hr-format t
inhibit-startup-screen t
recenter-positions '(3 middle top bottom)
require-final-newline t