spacemacs/contrib/lang/c-c++
syl20bnr ceefe88b75 Update CONTRIBUTE.md and add file headers
Also add default file header to layer templates.
2015-01-13 23:12:56 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Update CONTRIBUTE.md and add file headers 2015-01-13 23:12:56 -05:00
README.md Move layer images into img directories 2014-12-24 01:03:49 -05:00

C/C++ contribution layer for Spacemacs

cc++ cmake

Table of Contents

Description

This layer adds configuration for C/C++ language as well support for CMake scripts.

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

(setq-default dotspacemacs-configuration-layers '(c-c++)
  "List of contribution to load."
)