Skip to content

Instantly share code, notes, and snippets.

@tuttinator
Created October 15, 2014 03:57
Show Gist options
  • Save tuttinator/617eddfe4b3cc15a0dd2 to your computer and use it in GitHub Desktop.
Save tuttinator/617eddfe4b3cc15a0dd2 to your computer and use it in GitHub Desktop.
;; chruby
(require 'chruby)
(chruby "ruby-2.1.3")
;; copy envs
(require 'exec-path-from-shell)
(let ((envs '("PATH" "GOPATH" "GEM_HOME" "GEM_ROOT" "BUNDLE_PATH")))
(exec-path-from-shell-copy-envs envs))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment