set eglot timeout to 0

This commit is contained in:
Andre Schaf 2026-06-12 18:02:01 +02:00
parent 4dee0bd462
commit 4eaef423c4

View file

@ -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)