Skip to content

Commit

Permalink
* eglot.el (eglot-initialization-options): Fix spurious typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotavora committed Aug 7, 2018
1 parent 7348508 commit 4405b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/progmodes/eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp."
"Passes through required cquery initialization options"
(let* ((root (car (project-roots (eglot--project server))))
(cache (expand-file-name ".cquery_cached_index/" root)))
(list :cacheDirectory (file-name-as-directory cache)Ini
(list :cacheDirectory (file-name-as-directory cache)
:progressReportFrequencyMs -1)))


Expand Down

0 comments on commit 4405b17

Please sign in to comment.