From 23da025de081fb68854f5105bb0f42d16547627b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 13 Feb 2025 16:30:19 +0000 Subject: [PATCH] Enable and customise display-time in the modeline --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 6cedf4c..8cedc3d 100644 --- a/init.el +++ b/init.el @@ -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)