From 0fad85950e5b863bdaeb5d0fa22e3850bbf30a3d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 25 Jun 2024 14:26:24 +0100 Subject: [PATCH] display-time-mode use 24hr format --- dictionary | 1 + init.el | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dictionary b/dictionary index b9d1477..85eb694 100644 --- a/dictionary +++ b/dictionary @@ -24,6 +24,7 @@ NBI ORNL PINI Paolo +RAYSECT RSE ReqCo Sertoli diff --git a/init.el b/init.el index cce7d77..a230500 100644 --- a/init.el +++ b/init.el @@ -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