Automatic flycheck-mode
This commit is contained in:
parent
85ba8ae6c6
commit
a6556cc758
@ -8,5 +8,14 @@ Lightweight configuration of emacs with basic utilities plus personal configurat
|
||||
|
||||
`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)
|
||||
|
@ -1,2 +1,3 @@
|
||||
(require-package 'flycheck)
|
||||
(add-hook 'after-init-hook 'global-flycheck-mode)
|
||||
(provide 'init-flycheck)
|
||||
|
Loading…
x
Reference in New Issue
Block a user