File: latex-flymake.el.html
This file provides flymake integration for latex documents using
"chktex" as a backend. You must be running Emacs 26 or newer.
Enable it by adding the following to your init file:
(add-hook 'LaTeX-mode-hook #'flymake-mode)
Defined variables (1)
LaTeX-flymake-chktex-options | A list of strings passed as options to the chktex backend. |
Defined functions (1)
LaTeX-flymake | (REPORT-FN &rest ARGS) |