Fork me on GitHub
#cursive
<
2015-07-30
>
shaunxcode18:07:55

in a cljs file using :require-macros with a :refer I am still seeing the macro as "cannot be resolved" making it so I cannot set the indentation. Is this a known issue or do I need to do something different?

shaunxcode18:07:28

(also thus far cursive has been awesome and I have it setup to do all the things I loved about emacs other than rainbow parens)

shaunxcode18:07:02

hah and now I have that thanks to actually searching in settings

shaunxcode18:07:34

my quick solution to get the behavior I want most of the time anyway was to just set default to only indent.

cfleming22:07:24

shaunxcode: Great, glad you’re liking it! You’re doing (:require-macros [my.ns :refer [my-macro]]) or something similar to that?

shaunxcode22:07:36

exactly yeah

shaunxcode22:07:08

thing is - at some point it started working hah

shaunxcode22:07:28

(I think maybe when I started a repl in the project?)

cfleming22:07:52

Hmm, sometimes the indexes can get a little funky, that might have been it.

cfleming22:07:38

Anyway, I’m glad it’s working, even if the fix is a little suspect simple_smile