From b2c4e0f1688e6db338910d11d3d5e2b3a3db5a17 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 7 May 2021 02:33:32 -0400 Subject: [PATCH] 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. --- modules/editor/format/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.