Rust development
This commit is contained in:
parent
68c4a88606
commit
8a2601b40e
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@
|
||||||
(ruby-insert-encoding-magic-comment nil "Don't insert encoding magic comment")
|
(ruby-insert-encoding-magic-comment nil "Don't insert encoding magic comment")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; Rust language support
|
||||||
|
(use-package rust-mode :mode "\\.rs\\'")
|
||||||
|
|
||||||
;; TypeScript language support
|
;; TypeScript language support
|
||||||
(use-package typescript-mode
|
(use-package typescript-mode
|
||||||
:mode "\\.ts\\'")
|
:mode "\\.ts\\'")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue