spacemacs/contrib/lang/c-c++/README.md

34 lines
830 B
Markdown
Raw Normal View History

# C/C++ contribution layer for Spacemacs
2014-12-24 06:03:49 +00:00
![cc++](img/ccpp.jpg)
![cmake](img/cmake.png)
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
- [C/C++ contribution layer for Spacemacs](#cc-contribution-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
<!-- markdown-toc end -->
## Description
This layer adds configuration for C/C++ language as well support for [CMake][]
scripts.
2014-12-14 04:29:23 +00:00
**This layer is not adapted for Spacemacs, it needs you, C/C++ experts, to
improve it and make it consistent with the Spacemacs experience.**
## Install
To use this contribution add it to your `~/.spacemacs`
```elisp
(setq-default dotspacemacs-configuration-layers '(c-c++)
"List of contribution to load."
)
```
[CMake]: http://www.cmake.org/