neuron on WSL - Neuron

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

@felko looks like you need to prefix with wsl when running neuron. this is probably what is needed to setup neuron-mode on native emacs in windows

felko

this should be possible now thanks to yesterday's issue on the neuron-mode repo

felko

something like

(setq neuron-executable "wsl $HOME/.nix-profile/bin/neuron")
felko

I ended up implementing the suggested feature since as you pointed out in a comment it might also be useful for hypothetical docker installs