This commit is contained in:
John Doty 2019-04-01 12:03:20 -07:00
parent ec6bf12ded
commit 27f96a1bd1
2 changed files with 12 additions and 1 deletions

View file

@ -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