Skip to content

Commit

Permalink
* eglot.el (eglot-client-capabilities): Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcms authored and joaotavora committed Jul 30, 2018
1 parent 88ebed6 commit 6b14711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ lasted more than that many seconds."
:applyEdit t
:executeCommand `(:dynamicRegistration :json-false)
:workspaceEdit `(:documentChanges :json-false)
:didChangeWatchesFiles `(:dynamicRegistration t)
:didChangeWatchedFiles `(:dynamicRegistration t)
:symbol `(:dynamicRegistration :json-false))
:textDocument
(list
Expand Down

0 comments on commit 6b14711

Please sign in to comment.