update README.md
This commit is contained in:
parent
532be54489
commit
c21f63cf4e
12
README.md
12
README.md
@ -1,12 +1,22 @@
|
|||||||
# Emacs base
|
# Emacs base
|
||||||
Lightweight configuration of emacs with basic utilities
|
Lightweight configuration of emacs with basic utilities
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user