Increase default Eglot connection timeout
This commit is contained in:
parent
d709c3c59b
commit
d782854337
1
init.el
1
init.el
|
@ -1059,6 +1059,7 @@
|
||||||
(eglot-extend-to-xref t)
|
(eglot-extend-to-xref t)
|
||||||
(eglot-autoshutdown t)
|
(eglot-autoshutdown t)
|
||||||
(eglot-sync-connect nil)
|
(eglot-sync-connect nil)
|
||||||
|
(eglot-connect-timeout 120)
|
||||||
(eglot-autoreconnect (* 60 5))
|
(eglot-autoreconnect (* 60 5))
|
||||||
(eglot-events-buffer-config '(:size 0))
|
(eglot-events-buffer-config '(:size 0))
|
||||||
:init
|
:init
|
||||||
|
|
Loading…
Reference in a new issue