This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/lang/c-c++
2014-12-13 23:29:23 -05:00
..
ccpp.jpg Move C/C++ and CMake to c-c++ layer 2014-12-13 23:08:55 -05:00
cmake.png Move C/C++ and CMake to c-c++ layer 2014-12-13 23:08:55 -05:00
packages.el Move C/C++ and CMake to c-c++ layer 2014-12-13 23:08:55 -05:00
README.md Move Scala packages to scala layer 2014-12-13 23:29:23 -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."
)