editor/format: disable format-on-save for latex
latexindent causes disruptive 'Please enter text to be indented: (press CTRL+D when finished)' prompts, and is effectively broken.
This commit is contained in:
parent
1dc75c0626
commit
f1d622e0a4
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue