Rust development

This commit is contained in:
Charlotte Van Petegem 2021-09-07 22:51:24 +02:00
parent 68c4a88606
commit 8a2601b40e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -57,6 +57,9 @@
(ruby-insert-encoding-magic-comment nil "Don't insert encoding magic comment")
)
;; Rust language support
(use-package rust-mode :mode "\\.rs\\'")
;; TypeScript language support
(use-package typescript-mode
:mode "\\.ts\\'")