blob: d44dbed4d13f862f69680a6eb0b2c87c7ecb97eb (
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
37
38
39
|
# Emacs
Lightweight configuration of emacs with basic utilities plus personal configuration

### Installation
1. `git clone https://libregit.org/heckyel/emacs-personal.git ~/.emacs.d/`
2. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`
### 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
### Neotree
Neotree comes by default in combination with all-the-icons.
So pressing «f8» will display (you must give "yes") a one-time screen to install all-the-icons fonts.
### Mode Python
- Require installed virtualenv, example:
`pacman -S python-virtualenv`
`M-x jedi:install-server [RET]`
### License
- [GLPv3](LICENSE)
|