Fix typo, improve styling.
This commit is contained in:
parent
0117ffda38
commit
3231c6bf39
2 changed files with 1 additions and 22 deletions
|
@ -6,45 +6,24 @@ functionality provided by these modules are documented on the
|
||||||
following links.
|
following links.
|
||||||
|
|
||||||
- C
|
- C
|
||||||
|
|
||||||
- Clojure
|
- Clojure
|
||||||
|
|
||||||
- Coffee
|
- Coffee
|
||||||
|
|
||||||
- Common-Lisp
|
- Common-Lisp
|
||||||
|
|
||||||
- CSS
|
- CSS
|
||||||
|
|
||||||
- Emacs-Lisp
|
- Emacs-Lisp
|
||||||
|
|
||||||
- ERC
|
- ERC
|
||||||
|
|
||||||
- Erlang
|
- Erlang
|
||||||
|
|
||||||
- Haskell
|
- Haskell
|
||||||
|
|
||||||
- JS
|
- JS
|
||||||
|
|
||||||
- Latex
|
- Latex
|
||||||
|
|
||||||
- Lisp
|
- Lisp
|
||||||
|
|
||||||
- Markdown
|
- Markdown
|
||||||
|
|
||||||
- MediaWiki
|
- MediaWiki
|
||||||
|
|
||||||
- Org
|
- Org
|
||||||
|
|
||||||
- Perl
|
- Perl
|
||||||
|
|
||||||
- [Python](prelude-python.md)
|
- [Python](prelude-python.md)
|
||||||
|
|
||||||
- Ruby
|
- Ruby
|
||||||
|
|
||||||
- Scala
|
- Scala
|
||||||
|
|
||||||
- Scheme
|
- Scheme
|
||||||
|
|
||||||
- Scss
|
- Scss
|
||||||
|
|
||||||
- Web
|
- Web
|
||||||
|
|
|
@ -10,7 +10,7 @@ menu bar entries under Python. To toggle the menu bar press `F12`.
|
||||||
## Syntax checking
|
## Syntax checking
|
||||||
|
|
||||||
Prelude ships with [Flycheck](https://github.com/flycheck/flycheck),
|
Prelude ships with [Flycheck](https://github.com/flycheck/flycheck),
|
||||||
an on the fly syntax checker. Flycheck has support for Python two
|
an on the fly syntax checker. Flycheck has support for two Python
|
||||||
syntax checkers, [Pylint](http://www.pylint.org/) and
|
syntax checkers, [Pylint](http://www.pylint.org/) and
|
||||||
[Flake8](http://flake8.readthedocs.org/en/latest/). In
|
[Flake8](http://flake8.readthedocs.org/en/latest/). In
|
||||||
order to have Flycheck support on the fly syntax checking for
|
order to have Flycheck support on the fly syntax checking for
|
||||||
|
|
Loading…
Reference in a new issue