This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-07-30
Channels
- # admin-announcements (24)
- # beginners (27)
- # boot (32)
- # cider (9)
- # cljs-dev (2)
- # clojure (96)
- # clojure-berlin (33)
- # clojure-dev (2)
- # clojure-gamedev (2)
- # clojure-germany (1)
- # clojure-italy (8)
- # clojure-japan (2)
- # clojure-russia (21)
- # clojurescript (178)
- # clojutre (3)
- # code-reviews (4)
- # core-async (58)
- # core-logic (22)
- # core-matrix (4)
- # cursive (10)
- # datomic (131)
- # events (9)
- # ldnclj (31)
- # off-topic (57)
- # onyx (9)
- # reagent (23)
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?
(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)
hah and now I have that thanks to actually searching in settings
my quick solution to get the behavior I want most of the time anyway was to just set default to only indent.
shaunxcode: Great, glad you’re liking it! You’re doing (:require-macros [my.ns :refer [my-macro]]) or something similar to that?
exactly yeah
thing is - at some point it started working hah
(I think maybe when I started a repl in the project?)