mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: BREAKING stop using use-package for display-time-mode
This commit is contained in:
parent
c60d4abd08
commit
66831920cf
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue