feat(look-and-feel): Display unread mail telephone line segment

Defines a new highlight face and configures the telephone line
segments to display the unread count if there are unread mails.
This commit is contained in:
Vincent Ambo 2018-06-15 01:14:28 +02:00
parent e543ddff2e
commit 454cb9e506
2 changed files with 11 additions and 5 deletions

View file

@ -27,6 +27,7 @@
;; After initialisation, proceed to load configuration that requires packages:
(defun load-other-settings ()
(mapc 'require '(nixos
mail-setup
look-and-feel
functions
settings
@ -37,7 +38,6 @@
haskell-setup
rust-setup
lisp-setup
mail-setup
)))
(add-hook 'after-init-hook 'load-other-settings)