spacemacs/layers/+lang/mercury
2020-10-04 11:32:56 +02:00
..
img [mercury] Rename layer: mercury-layer to mercury 2019-11-23 22:49:45 +01:00
packages.el remove package mercury-mode which no more exist 2020-10-04 11:32:56 +02:00
README.org [mercury] Rename layer: mercury-layer to mercury 2019-11-23 22:49:45 +01:00

mercury layer

/TakeV/spacemacs/media/commit/d424c8d1d1d3505268351092c54d15a0a6b31d24/layers/+lang/mercury/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.