diff options
author | Guangxiong Lin <[email protected]> | 2022-03-18 01:08:42 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-18 01:08:42 +0800 |
commit | 6db3aaf45a385481944803ccc297a2e29603b3f0 (patch) | |
tree | 80d41a5ea9524f3746313eef447c0e980a8774bb /.emacs.d/lisp | |
parent | 3d4d12f016bc11cfac4b7056bb3ed9c5d92d8053 (diff) | |
download | dotfiles-6db3aaf45a385481944803ccc297a2e29603b3f0.tar.gz dotfiles-6db3aaf45a385481944803ccc297a2e29603b3f0.tar.bz2 dotfiles-6db3aaf45a385481944803ccc297a2e29603b3f0.zip |
Set autoconnect in eglot (emacs)
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-eglot.el | 2 |
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) |