Add conventions for compiling and building

This commit is contained in:
syl20bnr 2014-12-21 23:18:25 -05:00
parent 9df3400643
commit 27448dba06
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,7 @@
- [Interactions with Tests](#interactions-with-tests) - [Interactions with Tests](#interactions-with-tests)
- [For all languages](#for-all-languages) - [For all languages](#for-all-languages)
- [Depending on the language](#depending-on-the-language) - [Depending on the language](#depending-on-the-language)
- [Building and Compilation](#building-and-compilation)
- [Debugging](#debugging) - [Debugging](#debugging)
- [Code navigation](#code-navigation) - [Code navigation](#code-navigation)
- [Getting Help or Documentation](#getting-help-or-documentation) - [Getting Help or Documentation](#getting-help-or-documentation)
@ -118,6 +119,15 @@ an auto-save of the buffer before executing the tests.
Note that there are overlaps, depending on the language we will choose one Note that there are overlaps, depending on the language we will choose one
or more bindings for the same thing or more bindings for the same thing
### Building and Compilation
The base prefix for major mode specific compilation is <kbd>SPC m c</kbd>.
Key Binding | Description
---------------------|------------------------------------------------------------
<kbd>m c c</kbd> | compile
<kbd>m c r</kbd> | recompile
### Debugging ### Debugging
The base prefix for debugging commands is <kbd>SPC d</kbd>. The base prefix for debugging commands is <kbd>SPC d</kbd>.