aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-18 01:08:42 +0800
committerGuangxiong Lin <[email protected]>2022-03-18 01:08:42 +0800
commit6db3aaf45a385481944803ccc297a2e29603b3f0 (patch)
tree80d41a5ea9524f3746313eef447c0e980a8774bb
parent3d4d12f016bc11cfac4b7056bb3ed9c5d92d8053 (diff)
downloaddotfiles-6db3aaf45a385481944803ccc297a2e29603b3f0.tar.gz
dotfiles-6db3aaf45a385481944803ccc297a2e29603b3f0.tar.bz2
dotfiles-6db3aaf45a385481944803ccc297a2e29603b3f0.zip
Set autoconnect in eglot (emacs)
-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)