aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 56c8a0915f7f224fcdae3237372769851e44d22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Emacs
Lightweight configuration of emacs with basic utilities plus personal configuration

![emacs-personal](https://img.fenixzone.net/i/zOJSwUE.png?raw=true "emacs-personal")

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