Enable and customise display-time in the modeline

This commit is contained in:
Evie Litherland-Smith 2025-02-13 16:30:19 +00:00
parent a8346fbaaf
commit 23da025de0

View file

@ -138,6 +138,13 @@
:custom
(which-func-modes '(prog-mode)))
(use-package time
:init
(display-time-mode +1)
:custom
(display-time-24hr-format t)
(display-time-day-and-date t))
(use-package olivetti
:if (package-installed-p 'olivetti)
:hook (text-mode)