No worries. The repo is very new and could probably stand to have some more instructions.
On Mon, Apr 4, 2016 at 10:08 AM, Andrea Pagnani <[email protected]> wrote: > Ok ... so just a > > git clone https://github.com/JuliaLang/julia-emacs > > makes the job + changing the path of where the julia-mode.el is in the > .emacs file. > > Thanks, and sorry for the noise. > > A > On Monday, April 4, 2016 at 11:21:41 AM UTC+2, Stefan Karpinski wrote: >> >> 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 >>> >>> >>
