This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-16
Channels
- # beginners (176)
- # boot (11)
- # cider (12)
- # cljs-dev (65)
- # cljsrn (54)
- # clojars (18)
- # clojure (195)
- # clojure-austin (1)
- # clojure-dev (2)
- # clojure-italy (8)
- # clojure-quebec (1)
- # clojure-russia (51)
- # clojure-serbia (3)
- # clojure-spec (24)
- # clojure-uk (28)
- # clojurescript (41)
- # cursive (14)
- # data-science (60)
- # datascript (2)
- # datomic (111)
- # emacs (6)
- # figwheel (1)
- # graphql (16)
- # hoplon (26)
- # juxt (2)
- # lein-figwheel (3)
- # lumo (12)
- # off-topic (8)
- # om (14)
- # pedestal (22)
- # perun (2)
- # proton (1)
- # re-frame (29)
- # reagent (27)
- # ring (17)
- # ring-swagger (2)
- # rum (3)
- # spacemacs (3)
- # unrepl (155)
- # untangled (28)
- # vim (4)
Hey all, is there a way to start re-natal/cljs lein figwheel android
as a spacemacs repl (if that question makes any sense)?
What I mean is: now, I start a shell in emacs and run lein figwheel android
to start the cljs repl (figwheel). However, that does mean it does not support the usual repl support spacemacs has for clj/cljs, like shortkeys to copy code to the repl etc. So, I'd like to be able to start the 'fighweel android repl' as a normal repl SPC m s i
or SPC m s c
.
@claudiu assuming parinfer is an emacs package you could try adding it to dotspacemacs-additional-packages '(parinfer)
in your .spacemacs
file. I have not tried parinfer myself in this way and you may need to add some keybindings in dotspacemacs/user-config