aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index f56ef19..9284ca1 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,22 @@
# Emacs base
Lightweight configuration of emacs with basic utilities
-![emacs-base](https://img.fenixzone.net/i/fsJdDCq.png?raw=true "emacs-base")
+![emacs-base](https://img.fenixzone.net/i/zOJSwUE.png?raw=true "emacs-base")
+
### 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)