spacemacs/layers/+lang/mercury-layer
Miciah Masters c7516a84c6 Fix documentation for key bindings
* layers/+lang/mercury-layer/README.org: Fix key bindings.
2019-10-13 10:46:45 +02:00
..
img
packages.el
README.org Fix documentation for key bindings 2019-10-13 10:46:45 +02:00

mercury layer

/TakeV/spacemacs/media/commit/5bcc96e9a934ecf3e72a107ea5795776d570c4f4/layers/+lang/mercury-layer/img/mercury.png

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.