From 30364233180cc649fcf5e138518050928a69882c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 22 Apr 2023 16:16:20 +0100 Subject: Add another comment on displaying time --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7b9c8f6..d67703c 100644 --- a/init.el +++ b/init.el @@ -261,6 +261,7 @@ Should be one of `:white-split', `:modified' or `:default'") mac-option-modifier 'super))) (add-hook 'ns-system-appearance-change-functions #'ymh/apply-theme))) +;; Display the time in the mode line (use-package time :init (setq display-time-24hr-format t) -- cgit