diff options
author | Jesús <heckyel@hyperbola.info> | 2018-08-04 12:53:25 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-08-04 12:53:25 -0500 |
commit | a6556cc7581d60b6dfad4277fe0a45cf469fbb45 (patch) | |
tree | fe973ecb43455550f3011ca34277cb8ed2021bb3 /README.md | |
parent | 85ba8ae6c6c53828515df63103164d60e9bb96b6 (diff) | |
download | emacs-personal-a6556cc7581d60b6dfad4277fe0a45cf469fbb45.tar.lz emacs-personal-a6556cc7581d60b6dfad4277fe0a45cf469fbb45.tar.xz emacs-personal-a6556cc7581d60b6dfad4277fe0a45cf469fbb45.zip |
Automatic flycheck-mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -8,5 +8,14 @@ Lightweight configuration of emacs with basic utilities plus personal configurat `apt-get install markdown` or `pacman -S markdown` +### Flycheck Mode +- Require installed the languages checking, example: + + `pacman -S shellcheck` # bash, sh + + `pacman -S eslint` # ECMAScript + + `pacman -S python-pylint` # python + ### License - [GLPv3](LICENSE) |