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)