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:
parent
075e66f4d7
commit
b2c4e0f168
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue