Fork me on GitHub
#cider
<
2016-09-19
>
jasonjckn19:09:30

cljr magic requires is happening even while typing out arguments to a macro that I wrote

jasonjckn19:09:38

but the macro doesn't treat the symbols as clojure treats them

jasonjckn19:09:57

so I wrote ui/foobar and it tries to require 'ui' but there's no foobar symbol in ui

jasonjckn19:09:09

because my macro uses 'ui/foobar in a totally different way

jasonjckn19:09:20

any solution?

jasonjckn19:09:25

besides disabling magic requires

jasonjckn19:09:37

also I tried :prompt and it didn't work

jasonjckn19:09:45

it didn't prompt, it still automatically added the NS

ag20:09:04

when I jack-in I want cider to jumpt to *nrepl-server my-project* buffer… how can I do that?