Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created May 20, 2013 06:16
Show Gist options
  • Select an option

  • Save kosugi/5610672 to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/5610672 to your computer and use it in GitHub Desktop.
http://sakito.jp/emacs/emacsshell.html#path ううむ, 納得いかねー
(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