Skip to content

Commit

Permalink
update quelpa installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed Apr 8, 2020
1 parent 76299e0 commit 9f158a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ It's currently easiest to install this package with quelpa. I'll see
about getting this added to melpa soon enough.

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

*** Using =lsp-julia= with a julia major mode
Expand Down

0 comments on commit 9f158a2

Please sign in to comment.