blob: 9284ca1c87f645a1c634c889a8e94856a007483d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)
|