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
:pin nongnu
:mode "\\.rs\\'"
(use-package rust-ts-mode
:pin manual
:mode (
("\\.rs\\'" . rust-ts-mode)
)
:hook (
(rust-ts-mode . (lambda ()
(eglot-ensure)