Remove week / 52 indicator

This is taking up too much space.
This commit is contained in:
William Carroll 2020-07-17 15:39:37 +01:00
parent 3a2704eba2
commit ca06888a56

View file

@ -17,7 +17,7 @@
(setq display-time-format
(concat "%H·%M"
(format "%0+3d" (/ (car (current-time-zone)) 3600))
" %a %d %b [%U of 52 weeks]"))
" %a %d %b"))
(display-time-mode 1)
;; Remove the boilerplate in the *scratch* buffer