summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-22 16:16:20 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-22 16:40:53 +0100
commit30364233180cc649fcf5e138518050928a69882c (patch)
tree01ecd6e8691beba0f5f8f284c623373d4950a422
parentde66ee3d571d4811efc6d82a14ff499eb6d8c96f (diff)
downloadymh-emacs-30364233180cc649fcf5e138518050928a69882c.tar.gz
ymh-emacs-30364233180cc649fcf5e138518050928a69882c.zip
Add another comment on displaying time
-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)