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)