This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-09
Channels
- # alda (9)
- # announcements (1)
- # beginners (6)
- # boot (140)
- # cbus (2)
- # cider (27)
- # cljs-dev (19)
- # cljsrn (17)
- # clojure (104)
- # clojure-art (1)
- # clojure-brasil (5)
- # clojure-colombia (2)
- # clojure-russia (146)
- # clojure-sg (3)
- # clojurescript (64)
- # clojurex (1)
- # cursive (17)
- # data-science (22)
- # datomic (41)
- # editors-rus (5)
- # events (1)
- # hoplon (61)
- # ldnclj (35)
- # lein-figwheel (1)
- # off-topic (1)
- # om (119)
- # onyx (214)
- # re-frame (3)
- # reagent (13)
- # robots (5)
- # slack-help (1)
- # yada (17)
I noticed it's possible to edit what cljr-slash
does. I believe it uses defcustom cljr-magic-require-namespaces, and a list of common-ish namespaces. I'm not sure how to edit those. Is that even editable?
Right around here: https://github.com/clojure-emacs/clj-refactor.el/blob/c60b8d41e7a59018bf660755d4432b2d71b2521e/clj-refactor.el#L80
@escherize via standard emacs customize group cljr
so u can customize but your project wide aliases override the values in the defcustom.
My profiles.clj: https://gist.github.com/philjackson/2c3fb8656d2a7b28c145
@phil what I do is add this to the deps: ^:replace [org.clojure/tools.nrepl "0.2.12"]
guys can cider / could cider ever look up function definitions in clojurescript source files?
@pandeiro: if your cljs repl works correctly, just do cider-eval-buffer
and it should work
hi all - any experience reports of CIDER + either lein-sub or lein-modules?
sorry @malabarba I only just noticed your question . They are both attempts at implement maven multi-modules, so you can manage an umbrella of lein projects as a single one. For example, a my-proj/ui, my-proj/common, my-proj/server etc.