Fork me on GitHub
#cider
<
2017-07-27
>
sound2gd07:07:59

@dotemacs thank you for your link,friend. I have read this before.both use cider-jack-in.

sound2gd08:07:36

is there a method not using this,but lein figwheel and cider-connect to that repl?

richiardiandrea08:07:00

@sound2gd try to see if you have clojurescript-mode enabled on the buffer as well

richiardiandrea08:07:39

if not you can try to enable it (make sure you switched to cljs.user as well, but I read you did)

sound2gd08:07:31

yes I have clojurescript enabled

sound2gd08:07:10

and I even tried M-:`(plist-put (cider--connection-properties (current-buffer)) :type “cljs”`

sound2gd08:07:41

manually set current buffer type to cljs,and it didn’t work

mpenet13:07:07

dunno if it's intentional, but it's very useful: cider evaluates #_'ed forms with c-c

mpenet13:07:22

I have been using it for years and it's the first time I notice this