Loading mail settings if they exist \nProper up/down history movement in nrepl

This commit is contained in:
vincent@spotify.com 2013-08-28 00:56:20 +02:00
parent 867a87387c
commit a7e4801f3b
4 changed files with 15 additions and 2 deletions

View file

@ -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)