diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index c8f1bf13..7cba5afe 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -7,6 +7,7 @@ function _setup_env { _ruby_setup _python_setup is_osx && _osx_path_setup + _emacs_setup _java_setup _go_setup _rust_setup @@ -88,6 +89,11 @@ function _tex_setup { is_osx && add_to_path "/Library/TeX/texbin/" } +function _emacs_setup { + add_to_path "$HOME/.evm/bin" --before + command_exists evm || curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash +} + function _path_helper { if [ -f /usr/libexec/path_helper ]; then