jschaf / powershell.el

An Emacs mode for editing and running Microsoft PowerShell code.
93 stars 30 forks source link

Support Cygwin #17

Closed juergenhoetzel closed 8 years ago

juergenhoetzel commented 8 years ago

Cygwin requires Unix filenames.

Also use dynamic scoping insead of temporary changing the global value of `explicit-shell-file-name'.

jschaf commented 8 years ago

Awesome, thank you.