non-Jedi / eglot-jl

Wrapper for using Julia LanguageServer.jl with emacs eglot
Creative Commons Zero v1.0 Universal
61 stars 11 forks source link

Add ability to pass custom flags to the Julia process #7

Closed christopher-dG closed 4 years ago

christopher-dG commented 4 years ago

Useful for specifying a sysimage file.

I'm setting it to:

(list "-J" (expand-file-name "~/.local/share/emacs/lsp-jl.so"))

After having created it with PackageCompiler.

non-Jedi commented 4 years ago

Thanks!