spacemacs/layers/+config-files/puppet
2016-05-28 21:26:00 -04:00
..
img
config.el Move declare-layers functions to new layers.el file 2016-05-28 21:26:00 -04:00
layers.el Move declare-layers functions to new layers.el file 2016-05-28 21:26:00 -04:00
packages.el Move declare-layers functions to new layers.el file 2016-05-28 21:26:00 -04:00
README.org Convert org doc files with doc-fmt 2016-03-30 22:59:55 -04:00

Puppet layer

/TakeV/spacemacs/media/commit/dde9eef487466099345cf0869ca881a6152b334e/layers/+config-files/puppet/img/puppet.png

Description

This layer aims at providing support for the Puppet DSL using puppet-mode.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add puppet to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

The following key bindings are available in Puppet Mode:

Key Binding Description
SPC m { Move to the beginning of the current block
SPC m } Move to the end of the current block
SPC m a Align parameters in the current block
SPC m ' Toggle string quoting between single and double
SPC m ; Blank the string at point
SPC m j Jump to a class, define, variable or resource
SPC m c Apply the current manifest in dry-run mode
SPC m v Validate the syntax of the current manifest
SPC m l Check the current manifest for semantic issues
SPC m $ Interpolate with ${} in double quoted strings

Use M-x customize-group RET puppet to customize Puppet Mode.