mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(format): disable on-save for LaTeX-mode
Since latex-mode != LaTeX-mode.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
'(sql-mode ; sqlformat is currently broken
|
||||
tex-mode ; latexindent is broken
|
||||
latex-mode
|
||||
LaTeX-mode
|
||||
org-msg-edit-mode) ; doesn't need a formatter
|
||||
"A list of major modes in which to not reformat the buffer upon saving.
|
||||
|
||||
|
Reference in New Issue
Block a user