readded eglot init module

master
John Turner 1 year ago
parent c05e338178
commit a8000da62a
No known key found for this signature in database
GPG Key ID: 422FE10CC41A94A2

@ -37,6 +37,9 @@
(when (require? 'lsp-mode)
(require 'init-lsp-mode))
(when (require? 'eglot)
(require 'init-eglot))
(when (require? 'pixel-scroll)
(require 'init-pixel-scroll))

@ -0,0 +1,4 @@
(setq eglot-autoshutdown t
eglot-events-buffer-size 0)
(provide 'init-eglot)
Loading…
Cancel
Save