spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-02-12T17:24:17.168100Z

I know i can had clj options to my dir locals so there run as part of cider-jack-in. But is there a way to specif them when you just run the cider-jack-in command? i want a more dynamic way to trigger them.

practicalli-john 2020-02-12T18:55:54.172100Z

@drewverlee SPU u before the call to cider-jack-in will give a prompt with the full jack-in command. You can then add -A:test after clojure in that command

2020-02-12T19:40:06.172800Z

Thanks @jr0cket