projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4bb59d6
)
emacs: time: drop comma between day and hour in display-time-format
author
Amin Bandali
<mab@gnu.org>
Thu, 30 Jan 2020 03:00:46 +0000
(22:00 -0500)
committer
Amin Bandali
<mab@gnu.org>
Thu, 30 Jan 2020 03:01:10 +0000
(22:01 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
1d71471
..
321e680
100644
(file)
--- 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-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))
(display-time-mail-icon '(image :type xpm :file "gnus/gnus-pointer.xpm" :ascent center))
(display-time-use-mail-icon t))