diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-misc.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-misc.el | 2 |
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 |