about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-misc.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-07-17T14·39+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-07-17T14·39+0100
commitca06888a568b4b5de14a72c801e8cff96fb5260d (patch)
tree0687f15d76467c8bd70d7a1a8bb151e81e7af5ea /emacs/.emacs.d/wpc/wpc-misc.el
parent3a2704eba2dbaaea1fef022f7a8df433d2f60fe9 (diff)
Remove week / 52 indicator
This is taking up too much space.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-misc.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el
index f8bc2079b55d..b73977ce9119 100644
--- a/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/emacs/.emacs.d/wpc/wpc-misc.el
@@ -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