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:
parent
e543ddff2e
commit
454cb9e506
2 changed files with 11 additions and 5 deletions
2
init.el
2
init.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue