X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/8cee0db424b28ad91b2a12c4aed7009f7e4ed235..5a0a67b46aa756f8adc2a856a63f59d62930dcce:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index da48b9d..055e664 100644 --- 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 @@ -1867,7 +1869,7 @@ This function is intended for use with `ivy-ignore-buffers'." :defer 0.5 :config :hook (((text-mode erc-mode web-mode) . typo-mode) - (tex-mode . (lambda ()(typo-mode -1))))) + ((tex-mode git-commit-mode) . (lambda ()(typo-mode -1))))) (use-feature electric :disabled