oliyh / re-jump.el

emacs navigation for re-frame projects
76 stars 7 forks source link

Need I connect to repl first? #1

Closed cmal closed 6 years ago

cmal commented 6 years ago

I thought cider needs a repl to work (which I am not sure about), does re-jump needs a connected repl?

oliyh commented 6 years ago

Hi,

Yes, you need a connected repl because it uses cider to resolve the file from a namespace, which requires a repl

cmal commented 6 years ago

Thanks.