Fork me on GitHub
#spacemacs
<
2018-03-14
>
eggsyntax16:03:47

Anyone using cider-default-cljs-repl in their project? I must be doing something wrong. I haven't messed with .dir-locals.el before, so I'm probably just doing something dopey with the format. Anyone have a spare clue? Here's the .dir-locals.el file in my project root dir, in its entirety:

((cider-repl-mode . ((cider-default-cljs-repl "Figwheel"))))

eggsyntax16:03:55

Wrong mode, apparently. I used nil instead of cider-repl-mode (nil meaning "all modes") & it works fine.