Skip to content

Instantly share code, notes, and snippets.

@iani
Created April 3, 2011 14:41
Show Gist options
  • Save iani/900456 to your computer and use it in GitHub Desktop.
Save iani/900456 to your computer and use it in GitHub Desktop.
set the path environment variable for shell commands in emacs. (different than exec-path variable!)
;; add the paths for MacTex and and ocaml on MacOS standard installs
(setenv "PATH"
(concat
"/usr/texbin:"
"/usr/local/bin:"
(getenv "PATH")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment