Fork me on GitHub
#clj-on-windows
<
2023-04-20
>
Richie12:04:00

I installed clojure on windows using the instructions for the official powershell module. If I then install with the posix method on msys2 then emacs can't open a repl anymore; I just get a windows prompt "How do you want to open this file?". I realized that it's because clojure is on the path in msys2 /usr/local/bin. After editing ~/.emacs.d/.local/env to remove C:\\Users\\me\\Apps\\msys64\\usr\\local\\bin from the PATH then it works again. It took me too long to figure that out. I'm using doom emacs and doom env builds the env file for me. Just fyi.