diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
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) |