spacemacs/contrib/config/puppet
syl20bnr c39f6e4b98 puppet layer: Remove conditional sexp for post-init-company
It is not needed in this case because a post-init does not mark
the package as used (so if there is not init function for company
it won't be installed and the post-init function won't be evaluated)
2015-05-10 12:12:12 -04:00
..
img
config.el Fix #1557: Add auto-completion to puppet 2015-05-10 12:11:43 -04:00
packages.el puppet layer: Remove conditional sexp for post-init-company 2015-05-10 12:12:12 -04:00
README.md

Puppet contribution layer for Spacemacs

logo

Table of Contents

Description

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

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(puppet))

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.