spacemacs/layers/+lang/mercury-layer
2019-09-16 22:30:43 +02:00
..
img Add mercury layer 2019-09-16 21:50:02 +02:00
packages.el Make flycheck-mercury init without require 2019-09-16 22:30:43 +02:00
README.org Add mercury layer 2019-09-16 21:50:02 +02:00

mercury layer

/TakeV/spacemacs/media/commit/1f0e41d7c254085ca4b38cc40774ad5a1ae50dba/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 c c Compile current buffer file.
SPC c r Compile and run current buffer file.