serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

Use built-in Emacs path-separator variable when setting PATH #33

Closed dpkatz closed 9 years ago

dpkatz commented 9 years ago

Instead of having two versions of the path-setting logic for Windows vs *nix, we can just use the built-in Emacs path-separator to handle the OS variation properly in a single version of the elisp code.

serras commented 9 years ago

Thanks for the request! It makes the tutorial much easier to follow :)