diff options
author | JSDurand <mmemmew@gmail.com> | 2022-05-12 11:17:18 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-05-12 11:17:18 +0800 |
commit | 749d6e68f444fc204b52502cae33b70620306f9a (patch) | |
tree | 3ed02cde93c00cf6ec9684259c1e876ed1ff54d2 /tex-conf.el | |
parent | 98b6120bf21041c3bf10f42c7a882b2a8a32f245 (diff) |
tex-conf: don't always fill environment.
Diffstat (limited to 'tex-conf.el')
-rw-r--r-- | tex-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex-conf.el b/tex-conf.el index 1e65ace..fa11a90 100644 --- a/tex-conf.el +++ b/tex-conf.el @@ -224,7 +224,7 @@ (defun durand-tex-do-all (arg) "Do everything I want and show the PDF." (interactive "P") - (LaTeX-fill-environment nil) + ;; (LaTeX-fill-environment nil) (save-buffer 0) (TeX-command-run-all arg)) |