diff --git a/modules/editor/format/config.el b/modules/editor/format/config.el index f2810ce98..d77eb7ce3 100644 --- a/modules/editor/format/config.el +++ b/modules/editor/format/config.el @@ -4,7 +4,8 @@ '(not emacs-lisp-mode ; elisp's mechanisms are good enough sql-mode ; sqlformat is currently broken tex-mode ; latexindent is broken - latex-mode) + latex-mode + rustic-mode) ; handled by `rustic-rustfmt' "A list of major modes in which to reformat the buffer upon saving. If this list begins with `not', then it negates the list.