Hey guys, I’m trying to configure a workflow in .dir-locals.el
.
What I do every single time is as follows:
• Sesman start
• Cider-connect-cljs
• localhost
• port 9000
• node-repl
So far my file looks like this: ((nil . ((cider-default-cljs-repl . shadow))))
So before I had to select shadow as my repl, but now I don’t, hence why it’s missing from the list of prompts.