Fork me on GitHub
#cider
<
2017-07-21
>
fiddlerwoaroof06:07:22

I'm using boot-cljs-repl to connect a web app to my cider session and the output from (print ...) statements doesn't show up in the emacs repl buffer until I hit enter in it

fiddlerwoaroof06:07:28

is this expected behavior?

fiddlerwoaroof08:07:16

Hmm, I'm having a lot of issues with cider, I'll have to look into this tomorrow

bozhidar13:07:42

@ajs You have to require CIDER first, so this wouldn’t be void.

ajs13:07:40

@bozhidar i assume the proper technique is to assign custom keymaps for cider-mode-map only to an add-hook for cider, right?

bozhidar13:07:16

Yep. Or after you’ve explicitly loaded it in your config (which is generally not a great idea).

kurt-o-sys19:07:48

cross-posted from #boot and #spacemacs