diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-29 22:00:46 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-29 22:01:10 -0500 |
commit | 0874f2fe7c59be3aeacee12dc57adb5403a3b869 (patch) | |
tree | 9c61bf43fa237989cb545eb6db0210e4d3f613a3 | |
parent | 4bb59d68f74f152edbc8507e067e352933b5d888 (diff) | |
download | configs-0874f2fe7c59be3aeacee12dc57adb5403a3b869.tar.gz configs-0874f2fe7c59be3aeacee12dc57adb5403a3b869.tar.xz configs-0874f2fe7c59be3aeacee12dc57adb5403a3b869.zip |
emacs: time: drop comma between day and hour in display-time-format
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |