Skip to content

Commit

Permalink
lsp-xml-jar-file: Set type to file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhavp committed Jun 18, 2019
1 parent ba68625 commit b5ca416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsp-xml.el
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Newlines and excess whitespace are removed."
"Xml server jar command."
:type 'string
:group 'lsp-xml
:type 'file
:package-version '(lsp-mode . "6.1"))

(defcustom lsp-xml-server-command `("java" "-jar" ,lsp-xml-jar-file)
Expand Down

0 comments on commit b5ca416

Please sign in to comment.