This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-03
Channels
- # aws (27)
- # beginners (64)
- # boot (14)
- # calva (10)
- # cider (36)
- # cljs-dev (13)
- # cljsrn (79)
- # clojure (58)
- # clojure-berlin (8)
- # clojure-france (1)
- # clojure-italy (18)
- # clojure-nl (9)
- # clojure-russia (1)
- # clojure-spec (28)
- # clojure-uk (29)
- # clojurescript (55)
- # core-async (20)
- # cursive (5)
- # datomic (105)
- # emacs (17)
- # figwheel-main (13)
- # fulcro (20)
- # graphql (4)
- # hoplon (1)
- # hyperfiddle (2)
- # jobs (7)
- # jobs-discuss (110)
- # off-topic (23)
- # pathom (1)
- # perun (2)
- # re-frame (87)
- # reitit (2)
- # shadow-cljs (8)
- # spacemacs (2)
- # tools-deps (118)
- # vim (11)
hi ppl, when I run M-x jack-in-clojurescript
I get the prompt to choose the CLJS REPL type (which usually choose figwheel
) and then after the figwheel application is up and running I received a Stdin prompt
I have the
(require 'cider)
(setq cider-cljs-lein-repl
"(do (require 'figwheel-sidecar.repl-api)
(figwheel-sidecar.repl-api/start-figwheel!)
(figwheel-sidecar.repl-api/cljs-repl))")
in my init.elThere's #cider Also for this kind of issues, a Github one should be more useful for other people experiencing the same
@UBSREKQ5Q have you found out how to do this with the latest cider?
oh yes, I had some packages outdated. I used the lein ancient upgrade
and it upgraded the piggieback
and sidecar
packages for me. And then, it worked
but have you found how with the latest CIDER forcefully invoke something in the repl immediately after jack-in?
is there a package for emacs that highlights the contents of the bracket pair you're inside of, similar to this one for VSCode?
whatever amalgamation of packages the clojure layer in spacemacs has, changes the pair of brackets I’m in to a specific color
I'd settle for background highlighting or so of the contents, since I wouldn't expect to be able to draw nice lines like you can in VSCode
https://github.com/DarthFennec/highlight-indent-guides might do the trick?