From 0874f2fe7c59be3aeacee12dc57adb5403a3b869 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 29 Jan 2020 22:00:46 -0500 Subject: [PATCH] emacs: time: drop comma between day and hour in display-time-format --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1d71471..321e680 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -364,7 +364,7 @@ For disabling the behaviour for certain buffers and/or modes." (display-time-mode) :custom (display-time-default-load-average nil) - (display-time-format "%a %b %-e, %-l:%M%P") + (display-time-format "%a %b %-e %-l:%M%P") (display-time-mail-icon '(image :type xpm :file "gnus/gnus-pointer.xpm" :ascent center)) (display-time-use-mail-icon t)) -- 2.20.1