diff --git a/layers/+lang/julia/README.org b/layers/+lang/julia/README.org index 3760b980a..c2c6c5a9d 100644 --- a/layers/+lang/julia/README.org +++ b/layers/+lang/julia/README.org @@ -31,7 +31,7 @@ Warning: enabling the LSP functionality within this package can cause emacs to hang for significant lengths of time when opening a Julia file. See tip below on using PackageCompiler.jl to mitigate this issue. -This layer can be used with [[https://github.com/JuliaEditorSupport/LanguageServer.jl][ =LanguageServer.jl=]] and emacs [[https://github.com/emacs-lsp/lsp-mode][ =lsp-mode=]] to provide +This layer can be used with [[https://github.com/JuliaEditorSupport/LanguageServer.jl][=LanguageServer.jl=]] and emacs [[https://github.com/emacs-lsp/lsp-mode][=lsp-mode=]] to provide richer, IDE-like capabilities. To use this layer with lsp, you must do the following: 1. Add =lsp= to =dotspacemacs-configuration-layers=. @@ -43,7 +43,7 @@ following: =lsp-mode= might give up on the language server before its started, but regardless usage of =lsp-mode= with Julia can cause long delays when first opening files. To mitigate this issue, you can try compiling =LanguageServer.jl= -ahead of time using [[https://github.com/JuliaLang/PackageCompiler.jl][ =PackageCompiler.jl=]]. This drastically reduces startup time +ahead of time using [[https://github.com/JuliaLang/PackageCompiler.jl][=PackageCompiler.jl=]]. This drastically reduces startup time if successful: #+BEGIN_SRC julia