summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/eglot/init-eglot.el4
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)