emacs: time: drop comma between day and hour in display-time-format
authorAmin Bandali <mab@gnu.org>
Thu, 30 Jan 2020 03:00:46 +0000 (22:00 -0500)
committerAmin Bandali <mab@gnu.org>
Thu, 30 Jan 2020 03:01:10 +0000 (22:01 -0500)
.emacs.d/init.el

index 1d71471..321e680 100644 (file)
@@ -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))