spacemacs/layers/+tools/salt/README.org

33 lines
935 B
Org Mode
Raw Permalink Normal View History

#+TITLE: Saltstack layer
2015-06-10 16:44:30 +00:00
2019-05-02 21:49:30 +00:00
#+TAGS: layer|tool
2015-06-10 16:44:30 +00:00
[[file:img/saltstack.png]]
2015-08-26 06:44:52 +00:00
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
2015-06-10 16:44:30 +00:00
* Description
This layer provides syntax highlighting for Saltstack files.
** Features:
- Syntax highlighting
- Display of salt documentation
2015-06-10 16:44:30 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
2016-07-17 11:31:19 +00:00
add =salt= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-09-06 03:16:30 +00:00
To view documentation in Emacs or inline with ElDoc, Python and the Salt Python
libraries must be installed on the system containing the files being edited.
2015-09-06 03:16:30 +00:00
* Key bindings
| Key binding | Description |
|-------------+----------------------------------------------|
| ~SPC m p b~ | mmm-mode parse buffer via =mmm-parse-buffer= |