aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e41318191e55d583711160611c6c137d916edbd6 (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
25
26
27
28
29
30
31
32
33
34
35
36
# Emacs base
Lightweight configuration of emacs with basic utilities

Support C, C++, PHP, Python, ECMAScript, HTML, Sass, less, Markdown

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


### Markdown Mode
- Require installed markdown in distro GNU+Linux, example:

```console
# apt-get install markdown
```

```console
# pacman -S markdown
```

### Flycheck Mode
- Require installed the languages checking, example:

```console
# pacman -S shellcheck
```

```console
# pacman -S eslint
```

```console
# pacman -S python-pylint
```

### License
- [GLPv3](LICENSE)