c7516a84c6
* layers/+lang/mercury-layer/README.org: Fix key bindings. |
||
---|---|---|
.. | ||
img | ||
packages.el | ||
README.org |
mercury layer
Description
This layer adds support for the Mercury language.
Features:
- Indentation.
- Syntax highlighting.
- Compiling and running.
Install
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add mercury
to the existing dotspacemacs-configuration-layers
list in this
file.
Key bindings
Key Binding | Description |
---|---|
SPC m c b |
Compile current buffer file. |
SPC m c r |
Compile and run current buffer file. |