Fork me on GitHub
#emacs
<
2016-02-11
>
malabarba02:02:44

No, it's a bug somewhere. Many others are getting this issue

verma03:02:22

does package.el resolve dependencies based on what a package requires?

mulchy06:02:09

Hey everyone, This might be the wrong place to ask this, but does anyone have a good tutorial for getting emacs set up to edit clojurescript with a browser connected repl? I have tried some searching and several hours of fumbling, but the steps keep changing. Ideally I would like to call some cider command and have that start everything for me, similar to cider-jack-in for regular clojure code. cider-jack-in-clojurescript seems to give me just a rhino repl. I am really struggling to understand why this is so hard.

benedek09:02:45

@verma this was a bug in clj-refactor snapshot. It is fixed now tho. Pls try to install it again should pull its deps fine

malabarba09:02:30

@verma It resolves deps based on what a package declared on the ;; Package-Requires: comment at the top.

verma13:02:44

@benedek: I installed clj-refactor again and things seem to be working fine now :thumbsup:

benedek13:02:11

Happy to hear that. Enjoy and let us know if you hit any hurdles

verma13:02:33

will do! simple_smile