67e5f2733b
Also make it compatible with Emacs 24.3
1.1 KiB
1.1 KiB
C/C++ contribution layer for Spacemacs
Table of Contents
Description
This layer adds configuration for C/C++ language as well support for CMake scripts.
Features
- Support syntax checking with Clang.
- Display function or variable definition at the bottom.
- Display current function cursor is in at the top.
- Support common refactoring with Srefactor. See this page for demonstration of refactoring features.
This layer is not fully 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++))