Remove rust-mode.

This commit is contained in:
Tom Alexander 2023-05-27 15:50:52 -04:00
parent 3bd6af7427
commit e0768d1460
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 5 additions and 3 deletions

View File

@ -24,9 +24,11 @@
) )
) )
(use-package rust-mode (use-package rust-ts-mode
:pin nongnu :pin manual
:mode "\\.rs\\'" :mode (
("\\.rs\\'" . rust-ts-mode)
)
:hook ( :hook (
(rust-ts-mode . (lambda () (rust-ts-mode . (lambda ()
(eglot-ensure) (eglot-ensure)