From 749d6e68f444fc204b52502cae33b70620306f9a Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 12 May 2022 11:17:18 +0800 Subject: tex-conf: don't always fill environment. --- tex-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3-18-g5258