spacemacs/contrib/!config/salt/README.org

21 lines
505 B
Org Mode
Raw Normal View History

2015-06-10 16:44:30 +00:00
#+TITLE: Saltstack contribution layer for Spacemacs
[[file:img/saltstack.png]]
* Table of Contents :TOC@4:
- [[#description][Description]]
- [[#install][Install]]
* Description
This layer provides syntax highlighting for Saltstack files.
* Install
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(salt yaml))
2015-06-10 16:44:30 +00:00
#+END_SRC
Note that this layer requires the yaml layer.