editor/format: disable formatter for rustic-mode

rustic provides its own internal formatter. Using that instead of
format-all is more reliable for the moment.
This commit is contained in:
Henrik Lissner 2021-05-07 02:33:32 -04:00
parent 075e66f4d7
commit b2c4e0f168

View file

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