Fork me on GitHub
#emacs
<
2019-01-03
>
bartuka01:01:17

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

bartuka01:01:32

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.el

bartuka01:01:21

my cider version 0.19.0

vemv02:01:19

There's #cider Also for this kind of issues, a Github one should be more useful for other people experiencing the same

ag22:01:44

@UBSREKQ5Q have you found out how to do this with the latest cider?

bartuka22:01:26

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

ag22:01:20

but have you found how with the latest CIDER forcefully invoke something in the repl immediately after jack-in?

mattly23:01:28

is there a package for emacs that highlights the contents of the bracket pair you're inside of, similar to this one for VSCode?

lilactown23:01:30

whatever amalgamation of packages the clojure layer in spacemacs has, changes the pair of brackets I’m in to a specific color

mattly23:01:47

yeah, that's fairly pedestrian

mattly23:01:19

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

mattly23:01:03

hmm, I'll give it a shot, thanks

mattly23:01:50

I've got some monster brackets of much more ambitious scope than my screenshot above