display-time-mode use 24hr format

This commit is contained in:
Evie Litherland-Smith 2024-06-25 14:26:24 +01:00
parent 6e450f8614
commit 0fad85950e
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,7 @@ NBI
ORNL
PINI
Paolo
RAYSECT
RSE
ReqCo
Sertoli

View file

@ -315,7 +315,11 @@
(funcall battery-status-function)))))
(display-battery-mode +1))
(display-time-mode +1)
(use-package time
:custom
(display-time-24hr-format t)
:config
(display-time-mode +1))
(use-package diff-hl
:functions (diff-hl-magit-pre-refresh