diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,12 +1,22 @@ # Emacs base Lightweight configuration of emacs with basic utilities - + + ### Markdown Mode - Require installed markdown in distro GNU+Linux, example: `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) |