diff options
author | vincent@spotify.com <vincent@Vincents-MacBook-Pro.local> | 2013-08-27T22·56+0200 |
---|---|---|
committer | vincent@spotify.com <vincent@Vincents-MacBook-Pro.local> | 2013-08-27T22·56+0200 |
commit | a7e4801f3b5c42ad131b4427c75cc021c7ef418a (patch) | |
tree | 604e1ca8d9d8ac2ed0e96a3eb1801075ae64ca65 /init.el | |
parent | 867a87387c8232c48170c045d13a556a1d68fe3a (diff) |
Loading mail settings if they exist \nProper up/down history movement in nrepl
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
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) |