set eglot timeout to 0
This commit is contained in:
parent
4dee0bd462
commit
4eaef423c4
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
|
@ -13,7 +13,8 @@
|
||||||
auto-save-default nil)
|
auto-save-default nil)
|
||||||
|
|
||||||
(with-eval-after-load 'eglot
|
(with-eval-after-load 'eglot
|
||||||
(setq eglot-code-action-indications nil))
|
(setq eglot-code-action-indications nil)
|
||||||
|
(setq eglot-connect-timeout nil))
|
||||||
|
|
||||||
;; keys
|
;; keys
|
||||||
(global-set-key (kbd "C-c C-c") 'comment-line)
|
(global-set-key (kbd "C-c C-c") 'comment-line)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue