We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76299e0 commit 9f158a2Copy full SHA for 9f158a2
README.org
@@ -50,7 +50,9 @@ It's currently easiest to install this package with quelpa. I'll see
50
about getting this added to melpa soon enough.
51
52
#+BEGIN_SRC emacs-lisp
53
- (quelpa '(lsp-julia :fetcher github :repo "non-Jedi/lsp-julia"))
+ (quelpa '(lsp-julia :fetcher github
54
+ :repo "non-Jedi/lsp-julia"
55
+ :files (:defaults "languageserver")))
56
#+END_SRC
57
58
*** Using =lsp-julia= with a julia major mode
0 commit comments