summaryrefslogtreecommitdiff
path: root/init/eglot/init-eglot.el
blob: dd85cca30e83db51e0b26fb1c685b1f0d20431a5 (plain)
1
2
3
4
5
6
7
(require 'eglot)

(setq eglot-autoshutdown t)

(load "init-eglot-servers")

(provide 'init-eglot)