Created
April 3, 2011 14:41
-
-
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!)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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