summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-05-12 11:17:18 +0800
committerJSDurand <mmemmew@gmail.com>2022-05-12 11:17:18 +0800
commit749d6e68f444fc204b52502cae33b70620306f9a (patch)
tree3ed02cde93c00cf6ec9684259c1e876ed1ff54d2
parent98b6120bf21041c3bf10f42c7a882b2a8a32f245 (diff)
tex-conf: don't always fill environment.
-rw-r--r--tex-conf.el2
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))