Add Clojure and C-C++ to the "Batteries Included" list and turn them

all into hyperlinks
This commit is contained in:
Nate Wolfe 2014-12-19 12:30:59 -08:00 committed by syl20bnr
parent 35eb7abe91
commit 6cfdb89514

View file

@ -33,15 +33,17 @@ Spacemacs integrates hundreds of packages and is ready to use with no additional
configuration. It provides excellent support for many languages, including the
following:
- Elixir
- Haskell
- JavaScript
- [Elixir][]
- [Haskell][]
- [JavaScript][]
- LaTex
- Python
- R
- Ruby
- [Python][]
- [R][]
- [Ruby][]
- SCSS
- Scala
- [Scala][]
- [Clojure][]
- [C-C++][]
It also comes with [Git support][] and [project management][] tools. All these
features are loaded on-demand to keep startup time short.
@ -326,3 +328,12 @@ This is a known issue with the `emacs` brew formula. It is recommended to use th
[MacType]: https://code.google.com/p/mactype/
[emacs-mac-port]: https://github.com/railwaycat/emacs-mac-port
[homebrew]: https://github.com/Homebrew/homebrew
[Elixir]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/erlang-elixir
[Haskell]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/haskell
[JavaScript]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/javascript
[Python]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/python
[R]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/ess
[Ruby]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/ruby
[Scala]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/scala
[Clojure]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/clojure
[C-C++]: https://github.com/syl20bnr/spacemacs/blob/master/contrib/lang/c-c++