Search code examples
emacslatexauctexxetex

Hide latex (auctex) output buffer


When I compile a (Xe)LaTeX file, emacs writes the output to the LaTeX output buffer and shows it. For pure LaTeX, this buffer is hidden.

How do I hide a Latex compilation buffer?


Solution

  • Forget it, there is this (setq TeX-show-compilation t) in the script I was using, so I just set it to nil.