Skip to content

Commit 888bb14

Browse files
committed
fix formatting readme
1 parent a3cc328 commit 888bb14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.org

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ For information on the features =lsp-mode= provides see their [[https://github.c
1010
** Installation
1111
*** Installing the Julia Language Server
1212
**** Included Language Server
13-
`lsp-julia` installs `LanguageServer.jl` by default.
13+
~lsp-julia~ installs ~LanguageServer.jl~ by default.
1414

1515
**** Change Language Server version
16-
By default the newest Version of `LanguageServer.jl` is installed. To Change the
16+
By default the newest Version of ~LanguageServer.jl~ is installed. To Change the
1717
version, open Julia and initiate the Environment in the subdirectory
18-
`languageserver` from the installation directory of `lsp-julia`. Then use
19-
Julia's `Pkg` to change the installed version.
18+
~languageserver~ from the installation directory of ~lsp-julia~. Then use
19+
Julia's ~Pkg~ to change the installed version.
2020

2121
**** Using a Compiled LanguageServer.jl Image
2222

@@ -28,17 +28,17 @@ Add the following to you config:
2828
;; (require 'lsp-julia) must come after this!
2929
#+END_SRC
3030

31-
Additionally because JIT compilation of LanguageServer.jl can cause a long delay
31+
Additionally because JIT compilation of ~LanguageServer.jl~ can cause a long delay
3232
which may cause issues with lsp-mode, I recommend using [[https://github.com/JuliaLang/PackageCompiler.jl][PackageCompiler.jl]] to
33-
AOT compile LanguageServer.jl into your julia image. Something like:
33+
AOT compile ~LanguageServer.jl~ into your julia image. Something like:
3434

3535
#+BEGIN_EXAMPLE julia
3636
julia> Pkg.add("PackageCompiler")
3737
julia> using PackageCompiler
3838
julia> create_sysimage(:LanguageServer, sysimage_path="/path/to/languageserver.so")
3939
#+END_EXAMPLE
4040

41-
See the documentation on PackageCompiler.jl for further usage details.
41+
See the documentation on ~PackageCompiler.jl~ for further usage details.
4242

4343
*** Installing =lsp-julia=
4444
**** quelpa

0 commit comments

Comments
 (0)