You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check for empty depot path string
Closes#24.
Emacs always passes a depot path to the julia script, but when it's an empty string that
indicates that the depot path elisp variable is not set. This will allow users to set their
own JULIA_DEPOT_PATH without having to configure eglot-jl.
Version 2.0.0
Major version bump due to PR #9. The customizable variable
eglot-jl-default-environment has been removed. Instead eglot-jl will
use whatever environment is the default for Julia.