emacs: BREAKING stop using use-package for display-time-mode

This commit is contained in:
Protesilaos Stavrou 2025-11-01 11:15:37 +02:00
parent c60d4abd08
commit 66831920cf
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 8 deletions

View file

@ -303,10 +303,9 @@
(no-special-glyphs . t))))
;;;; Display current time
(use-package time
:ensure nil
:hook (after-init . display-time-mode)
:config
(prot-emacs-configure
(display-time-mode 1)
(setq display-time-format " %a %e %b, %H:%M ")
;;;; Covered by `display-time-format'
;; (setq display-time-24hr-format t)

View file

@ -3140,10 +3140,9 @@ are best handled by my ~notmuch-indicator~ package
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-essentials.el"
;;;; Display current time
(use-package time
:ensure nil
:hook (after-init . display-time-mode)
:config
(prot-emacs-configure
(display-time-mode 1)
(setq display-time-format " %a %e %b, %H:%M ")
;;;; Covered by `display-time-format'
;; (setq display-time-24hr-format t)