Tag: emacs
-
Installing Haskell ++ Emacs on Windows

Haskell Firstly install the haskell-stack chocolatey package: choco install -y haskell-stack For me that perfectly installed haskell and meant that I could run stack commands and have stack ghci running in a DOS prompt. Emacs Chocolatey has an Emacs package: choco install -y emacs This puts the emacs binaries into the chocolatey bin directory. Then…