update README.md

This commit is contained in:
Jesús 2018-08-09 19:13:34 -05:00
parent 532be54489
commit c21f63cf4e
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,12 +1,22 @@
# Emacs base # Emacs base
Lightweight configuration of emacs with basic utilities Lightweight configuration of emacs with basic utilities
![emacs-base](https://img.fenixzone.net/i/fsJdDCq.png?raw=true "emacs-base") ![emacs-base](https://img.fenixzone.net/i/zOJSwUE.png?raw=true "emacs-base")
### Markdown Mode ### Markdown Mode
- Require installed markdown in distro GNU+Linux, example: - Require installed markdown in distro GNU+Linux, example:
`apt-get install markdown` or `pacman -S markdown` `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 ### License
- [GLPv3](LICENSE) - [GLPv3](LICENSE)