Rust
This commit is contained in:
parent
ec6bf12ded
commit
27f96a1bd1
2 changed files with 12 additions and 1 deletions
|
|
@ -867,4 +867,15 @@
|
|||
(require 'fb-note-publish)))
|
||||
|
||||
(add-hook 'markdown-mode-hook 'my-markdown-mode-hook)
|
||||
|
||||
|
||||
;; =================================================================
|
||||
;; Rust
|
||||
;; =================================================================
|
||||
(use-package rust-mode :ensure t
|
||||
:mode "\\.rs\\'"
|
||||
:config
|
||||
(setq rust-format-on-save t))
|
||||
|
||||
|
||||
;;; init.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue