From ca06888a568b4b5de14a72c801e8cff96fb5260d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 17 Jul 2020 15:39:37 +0100 Subject: Remove week / 52 indicator This is taking up too much space. --- emacs/.emacs.d/wpc/wpc-misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/wpc-misc.el') 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 -- cgit 1.4.1