spacemacs/layers/+config-files/salt/README.org

26 lines
789 B
Org Mode
Raw Normal View History

2015-06-10 16:44:30 +00:00
#+TITLE: Saltstack contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
2015-06-10 16:44:30 +00:00
[[file:img/saltstack.png]]
2015-08-26 06:44:52 +00:00
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
2015-06-10 16:44:30 +00:00
* Description
This layer provides syntax highlighting for Saltstack files.
* Install
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
2015-08-26 06:44:52 +00:00
(setq-default dotspacemacs-configuration-layers '(salt))
2015-06-10 16:44:30 +00:00
#+END_SRC
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= |