about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index c89a6d0e254c..9281861bb45d 100644
--- a/init.el
+++ b/init.el
@@ -70,6 +70,9 @@
 ;; Actual servers and such are loaded from irc.el
 (load-file-if-exists "~/.emacs.d/init-irc.el")
 
+;; Mail configuration (mu4e && mbsync)
+(load-file-if-exists "~/.emacs.d/init-mail.el")
+
 ;; Load magnars' string manipulation library
 (require 's)