From 84df2cb7793c9ca8f941fc8ccb41c4226b14c3bf Mon Sep 17 00:00:00 2001 From: Philippe Dosch <Philippe.Dosch@loria.fr> Date: Thu, 6 Mar 2025 14:42:55 +0100 Subject: [PATCH] Les heures au format 24h --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index e38af68..2c2b7d4 100644 --- a/.emacs +++ b/.emacs @@ -72,6 +72,7 @@ ;; On affiche l'heure et le numéro de ligne (display-time) +(setq display-time-24hr-format t) (line-number-mode t) ;; Autorevert par défaut -- GitLab