Fork me on GitHub
#cider
<
2021-02-27
>
West20:02:46

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))))

West20:02:57

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.