summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
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)