Hello,

I have installed ESS and put the following into the initialization file:

    (add-to-list 'load-path "../ESS/lisp/")
    (load "../ESS/lisp/ess-site")
    (require 'ess-site)
    (setq inferior-julia-program-name ".../Julia-0.4.0/bin/julia.exe")


After that I check if ESS is installed

    M-x ess-version

    Output:
        ess-version: 15.09 [git:
    db0b752c89bc0143eaf175a9819966955fef8a38] (loaded from ../ESS/)


But I can't toggle julia mode. I open file.jl and "M-x julia" command
isn't available

Any ideas how to fix that?


Reply via email to