diff --git a/modules/editor/format/config.el b/modules/editor/format/config.el index 92dae226a..a929d978f 100644 --- a/modules/editor/format/config.el +++ b/modules/editor/format/config.el @@ -2,7 +2,9 @@ (defvar +format-on-save-enabled-modes '(not emacs-lisp-mode ; elisp's mechanisms are good enough - sql-mode) ; sqlformat is currently broken + sql-mode ; sqlformat is currently broken + tex-mode ; latexindent is broken + latex-mode) "A list of major modes in which to reformat the buffer upon saving. If this list begins with `not', then it negates the list.