fixup! syntax-checking: Improved documentation and clean-ups

This commit is contained in:
Lucius Hu 2022-07-15 01:26:36 -04:00
parent e13c5c7147
commit 7b7b7e7b6b
No known key found for this signature in database
GPG Key ID: 7E474E82E29B5A7A
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#features][Features:]]
- [[#installation][Installation]]
- [[#customization][Customization]]
- [[#enable-flycheck-manually][Enable Flycheck Manually]]
@ -20,7 +20,7 @@
* Description
This layer adds on-the-fly syntax checking to all supported language layers.
** Features
** Features:
- Automatic syntax checking with [[http://www.flycheck.org/][Flycheck]] for various language layers.
- Shows syntax error in pop-up window via [[https://github.com/flycheck/flycheck-pos-tip][flycheck-pos-tip]].