Add config for rustic (improved rust-mode)

This commit is contained in:
Adam Goldsmith 2022-02-12 10:48:31 -05:00
parent bb85c106fe
commit be5ef48f3a
1 changed files with 4 additions and 0 deletions

View File

@ -1055,6 +1055,10 @@
:config
(setq blacken-only-if-project-is-blackened t))
(use-package rustic
:config
(setq rustic-format-on-save t))
;;; Local Variables
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
;; Local Variables: