diff --git a/README.md b/README.md index f01674c26..60adc9b79 100644 --- a/README.md +++ b/README.md @@ -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++