Skip to content

Commit

Permalink
Change lsp-erlang-server-connection-type to symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz authored and brotzeit committed May 5, 2020
1 parent de3f11b commit 31d5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-erlang.el
Expand Up @@ -43,7 +43,7 @@
"Type of connection to use with the Erlang Language Server: tcp or stdio"
:group 'lsp-erlang
:risky t
:type 'string)
:type 'symbol)

(defun lsp-erlang-server-start-fun (port)
`(,lsp-erlang-server-path
Expand Down

0 comments on commit 31d5d8f

Please sign in to comment.