Update eglot - add rust mode

This commit is contained in:
Marcus Kammer 2021-04-08 18:25:26 +02:00
parent 5a9d70e9b6
commit 0f25a2cd8f

View file

@ -69,7 +69,8 @@ There are two things you can do about this warning:
:hook ((python-mode . eglot-ensure)
(c-mode . eglot-ensure)
(js-mode . eglot-ensure)
(typescript-mode . eglot-ensure)))
(typescript-mode . eglot-ensure)
(rust-mode . eglot-ensure)))
(use-package web-mode
:mode "\\.html?\\'"