Fork me on GitHub
#cider
<
2016-10-07
>
escherize06:10:38

Hey guys, could use some feedback on this library: https://github.com/escherize/tracks

reefersleep08:10:58

Immediate reaction: that's pretty cool 🙂 Nice alternative way of expressing stuff.

slipset08:10:01

Is there a shortcut to jump from anywhere in my source-ns to my test-ns?

gtrak14:10:05

projectile-mode does that

gtrak14:10:49

projectile-mode and helm-projectile has been a huge timesaver when working across projects

mahinshaw18:10:01

@gregnwosu cider-jack-in-clojurescript

mahinshaw19:10:15

@gregnwosu There is a var (defcustom) cider-cljs-lein-repl that will let you change what kind of repl you are running, and for that matter, what function you call to start the repl. Just in case you don’t want a rhino repl.

gregnwosu19:10:15

oh cool, im just getting my feet wet here, quite easy to switch between repls in emacs , so i dont think i will lock it down with a variable atm