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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 5cbf5cd92fad..b73eaccef508 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)