From 4eaef423c41bf7457924099530d2ec710c2a277d Mon Sep 17 00:00:00 2001 From: Andre Schaf Date: Fri, 12 Jun 2026 18:02:01 +0200 Subject: [PATCH] set eglot timeout to 0 --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 063163e..ef3a626 100644 --- a/init.el +++ b/init.el @@ -13,7 +13,8 @@ auto-save-default nil) (with-eval-after-load 'eglot - (setq eglot-code-action-indications nil)) + (setq eglot-code-action-indications nil) + (setq eglot-connect-timeout nil)) ;; keys (global-set-key (kbd "C-c C-c") 'comment-line)