aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-eglot.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-eglot.el b/.emacs.d/lisp/init-eglot.el
index 58b4d02..4baa750 100644
--- a/.emacs.d/lisp/init-eglot.el
+++ b/.emacs.d/lisp/init-eglot.el
@@ -12,4 +12,6 @@
(kbd "gi") 'eglot-find-implementation
(kbd "C-t") 'xref-pop-marker-stack))
+(setq eglot-autoreconnect t)
+
(provide 'init-eglot)