Remove week / 52 indicator
This is taking up too much space.
This commit is contained in:
parent
3a2704eba2
commit
ca06888a56
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(setq display-time-format
|
(setq display-time-format
|
||||||
(concat "%H·%M"
|
(concat "%H·%M"
|
||||||
(format "%0+3d" (/ (car (current-time-zone)) 3600))
|
(format "%0+3d" (/ (car (current-time-zone)) 3600))
|
||||||
" %a %d %b [%U of 52 weeks]"))
|
" %a %d %b"))
|
||||||
(display-time-mode 1)
|
(display-time-mode 1)
|
||||||
|
|
||||||
;; Remove the boilerplate in the *scratch* buffer
|
;; Remove the boilerplate in the *scratch* buffer
|
||||||
|
|
Loading…
Reference in a new issue