projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cee0db
)
emacs: display-time-mode: show gnus’s icon instead of "Mail"
author
Amin Bandali
<bandali@gnu.org>
Sun, 5 Jan 2020 05:06:00 +0000
(
00:06
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 5 Jan 2020 05:06:00 +0000
(
00:06
-0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
da48b9d
..
4e5e8f2
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-419,7
+419,9
@@
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))
(use-feature battery
:if b/exwm-p