From 9cd88d6be9fb08886ae3304bcb54e69f384c7951 Mon Sep 17 00:00:00 2001 From: Vladislav Slobodenyuk Date: Thu, 2 Oct 2025 23:14:02 +0900 Subject: [PATCH] Display time in 24hr format --- .config.d/05-basic.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config.d/05-basic.el b/.config.d/05-basic.el index 152870a..9dbde66 100644 --- a/.config.d/05-basic.el +++ b/.config.d/05-basic.el @@ -21,6 +21,7 @@ ;; Display time (display-time-mode) +(setq display-time-24hr-format t) (show-paren-mode +1) ; Paren match highlighting