diff options
author | John Turner <jturner.usa@gmail.com> | 2023-04-27 22:19:44 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-04-27 22:19:44 -0400 |
commit | a8000da62a82ae9f7270397e03ec59d2e0646a3c (patch) | |
tree | e291373f892398a49c1f311e0465dbf161f0dcee /init | |
parent | c05e33817867659823f7b46466136972e2fe6697 (diff) | |
download | emacs.d-a8000da62a82ae9f7270397e03ec59d2e0646a3c.tar.gz |
readded eglot init module
Diffstat (limited to 'init')
-rw-r--r-- | init/eglot/init-eglot.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/eglot/init-eglot.el b/init/eglot/init-eglot.el new file mode 100644 index 0000000..128f7fb --- /dev/null +++ b/init/eglot/init-eglot.el @@ -0,0 +1,4 @@ +(setq eglot-autoshutdown t + eglot-events-buffer-size 0) + +(provide 'init-eglot) |