The julia-emacs repo is not a Julia package – the julia package manager doesn't install emacs modes. The julia-emacs repo has some brief instruction on how to install the mode: https://github.com/JuliaLang/julia-emacs#install.
On Mon, Apr 4, 2016 at 5:02 AM, Andrea Pagnani <[email protected]> wrote: > Dear all, > > I discovered that emacs support that after #15694 > <https://github.com/JuliaLang/julia/issues/15694> has its own repository. > > After a Pkg.update() in 0.5 I tried: > > Pkg.add("julia-emacs") #no success > Pkg.clone("https://github.com/JuliaLang/julia-emacs") #no success > Pkg.clone("https://github.com/JuliaLang/julia-emacs.git") #no success > either > > Anybody knows what am I doing wrong? > > Thanks > >
