18 lines
453 B
Org Mode
18 lines
453 B
Org Mode
#+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))
|
|
#+END_SRC
|