minor improvements for Julia readme file

This commit is contained in:
Boris Buliga 2018-10-18 19:55:32 +03:00
parent 3d9c40b01d
commit 633ff1dfa3
No known key found for this signature in database
GPG Key ID: 027328150F064FA8
1 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,6 @@ This layer also includes experimental support for =lsp-mode=. To enable language
server functionality with this layer, follow [[#lsp][the instructions for installation]],
and then install this layer with:
Warning: [[https://github.com/JuliaEditorSupport/LanguageServer.jl][ =LanguageServer.jl=]] has not yet been released for Julia 1.0. If using
this layer with Julia 1.0, =julia-mode-enable-lsp= should be set to =nil=.
#+BEGIN_SRC emacs-lisp
(setq-default
dotspacemacs-configuration-layers
@ -79,6 +76,9 @@ this layer with Julia 1.0, =julia-mode-enable-lsp= should be set to =nil=.
(julia :variables julia-mode-enable-lsp t)))
#+END_SRC
Warning: [[https://github.com/JuliaEditorSupport/LanguageServer.jl][=LanguageServer.jl=]] has not yet been released for Julia 1.0. If you are
using this layer with Julia 1.0, =julia-mode-enable-lsp= should be set to =nil=.
* Key bindings
| Key Binding | Description |