Skip to content

Commit 9f158a2

Browse files
committed
update quelpa installation instructions
1 parent 76299e0 commit 9f158a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.org

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ It's currently easiest to install this package with quelpa. I'll see
5050
about getting this added to melpa soon enough.
5151

5252
#+BEGIN_SRC emacs-lisp
53-
(quelpa '(lsp-julia :fetcher github :repo "non-Jedi/lsp-julia"))
53+
(quelpa '(lsp-julia :fetcher github
54+
:repo "non-Jedi/lsp-julia"
55+
:files (:defaults "languageserver")))
5456
#+END_SRC
5557

5658
*** Using =lsp-julia= with a julia major mode

0 commit comments

Comments
 (0)