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-settings.el | |
parent | 867a87387c8232c48170c045d13a556a1d68fe3a (diff) |
Loading mail settings if they exist \nProper up/down history movement in nrepl
Diffstat (limited to 'init-settings.el')
-rw-r--r-- | init-settings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init-settings.el b/init-settings.el index 3730497966ee..4256ba1c0f2a 100644 --- a/init-settings.el +++ b/init-settings.el @@ -9,6 +9,8 @@ ;;; Code: +(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e") + (add-to-list 'exec-path "/usr/local/bin") (add-to-list 'exec-path (expand-file-name "~/bin")) (add-to-list 'exec-path "/Applications/Racket/bin") |