diff options
Diffstat (limited to 'init/eglot/init-eglot.el')
-rw-r--r-- | init/eglot/init-eglot.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init/eglot/init-eglot.el b/init/eglot/init-eglot.el new file mode 100644 index 0000000..dd85cca --- /dev/null +++ b/init/eglot/init-eglot.el @@ -0,0 +1,7 @@ +(require 'eglot) + +(setq eglot-autoshutdown t) + +(load "init-eglot-servers") + +(provide 'init-eglot) |