Skip to content

Instantly share code, notes, and snippets.

@don9z
Created February 13, 2012 16:14
Show Gist options
  • Save don9z/1817928 to your computer and use it in GitHub Desktop.
Save don9z/1817928 to your computer and use it in GitHub Desktop.
Set Env in Emacs
(setenv "PATH"
(concat
"/usr/local/bin"
":"
(getenv "PATH")))
(setenv "LANG" "en_US.UTF-8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment