Closed iwahbe closed 1 year ago
Eglot has been merged into Emacs core. We should be able to configure Eglot as well as LSP mode.
I have moved lsp-mode out of the required path. Instead of expecting it to exist, I use with-eval-after-load for both lsp-mode and eglot.
lsp-mode
with-eval-after-load
eglot
Eglot has been merged into Emacs core. We should be able to configure Eglot as well as LSP mode.
I have moved
lsp-mode
out of the required path. Instead of expecting it to exist, I usewith-eval-after-load
for bothlsp-mode
andeglot
.