emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 1.2 477e15d 018/101: * eglot.el (eglot-initialization-options): F


From: Christian Johansson
Subject: [elpa] 1.2 477e15d 018/101: * eglot.el (eglot-initialization-options): Fix spurious typo.
Date: Thu, 29 Apr 2021 15:08:52 -0400 (EDT)

tag: 1.2
commit 477e15d847753a2def61d7a96061addc3fc9552c
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    * eglot.el (eglot-initialization-options): Fix spurious typo.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 33b478f..125c795 100644
--- a/eglot.el
+++ b/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)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]