From c93150ebbe929eef79e023bce4463d24ae245a94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Tue, 7 Aug 2018 22:13:28 +0100 Subject: [PATCH] * eglot.el (eglot-initialization-options): fix spurious typo. --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 33b478f4af6..125c795bc35 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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))) -- 2.39.5