Fork me on GitHub
#emacs
<
2016-02-10
>
verma02:02:42

not sure I am doing this right, new to emacs in general but I followed the instructions on the clj-refactor page and the package installed fine, however none of the dependencies seem to have installed.

verma02:02:29

first it complained about dash not being available, did a package-install RET dash and that error went away

verma02:02:41

and it started complaining about s.

verma02:02:25

Now its doing the same thing for yasnippet package, so I am definitely doing something wrong

verma02:02:19

any help appreciated simple_smile

bozhidar07:02:36

the second package-initialize call is redundant

bozhidar07:02:43

overall your setup looks fine to me

bozhidar07:02:02

package.el should have installed the deps automatically for sure

bozhidar07:02:08

what’s your Emacs version?

verma14:02:01

24.5 (9.0) on OSX

verma14:02:19

I’ll try the same config on my linux machine later today, will report back

verma23:02:14

I saw the same errors on my linux box as well, I must be missing something