Created
May 20, 2013 06:16
-
-
Save kosugi/5610672 to your computer and use it in GitHub Desktop.
http://sakito.jp/emacs/emacsshell.html#path ううむ, 納得いかねー
This file contains hidden or 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
| (let ((path "a:b:c...")) | |
| (setenv "PATH" path) | |
| (setq exec-path (split-string path ":"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment