Don't enable display-time-mode by default

This commit is contained in:
Evie Litherland-Smith 2025-03-03 13:44:21 +00:00
parent d71f6823fb
commit 36812d0b7e

View file

@ -140,8 +140,6 @@
(which-func-modes '(prog-mode))) (which-func-modes '(prog-mode)))
(use-package time (use-package time
:init
(display-time-mode +1)
:custom :custom
(display-time-24hr-format t) (display-time-24hr-format t)
(display-time-day-and-date nil)) (display-time-day-and-date nil))