docs(syntax): add flymake flag

This commit is contained in:
Jeetaditya Chatterjee 2023-07-26 16:18:18 +05:30 committed by Henrik Lissner
parent 8d99942469
commit 90b1b221fe

View file

@ -14,6 +14,8 @@ This module provides syntax checking and error highlighting, powered by
- +childframe :: - +childframe ::
Display errors/warnings in a [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Child-Frames.html][child frame]] rather than an overlay or tooltip. Display errors/warnings in a [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Child-Frames.html][child frame]] rather than an overlay or tooltip.
*Requires GUI Emacs.* *Requires GUI Emacs.*
- +flymake :: Leverages the inbuilt [[doom-package:flymake]] for error and
diagnostics highlighting.
** Packages ** Packages
- [[doom-package:flycheck]] - [[doom-package:flycheck]]