diff options
-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)) |