about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-06-14T23·14+0200
committerVincent Ambo <tazjin@gmail.com>2018-06-14T23·15+0200
commit454cb9e5065f84e82b435794f3b59e743846630f (patch)
treefa61560e39c242c0832600c371fbd6d31f3894e6 /init.el
parente543ddff2e56571a60919ca041ce54523c55847b (diff)
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.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 5cbf5cd92f..b73eaccef5 100644
--- a/init.el
+++ b/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)