You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 9bd83c57a3 Squashed 'emacs.d/' changes from c2774bc0d..8e1af1454 9 years ago
..
img Squashed 'emacs.d/' content from commit 664ba6a 9 years ago
README.org Squashed 'emacs.d/' content from commit 664ba6a 9 years ago
config.el Squashed 'emacs.d/' content from commit 664ba6a 9 years ago
layers.el Squashed 'emacs.d/' changes from c2774bc0d..8e1af1454 9 years ago
packages.el Squashed 'emacs.d/' changes from c2774bc0d..8e1af1454 9 years ago

README.org

Puppet layer

/brettlangdon/dotfiles/src/commit/9bd83c57a324de5ca316d31a603f8c6b25d140c6/layers/+tools/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.