blob: 7e408963da583b77f9cac7561d97d3786948dbc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Emacs base
Lightweight configuration of emacs with basic utilities
Support C, C++, PHP, Python, ECMAScript, HMTL, Sass, less, Markdown

### 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)
|