salt layer: add yaml layer dependency

This commit is contained in:
syl20bnr 2015-08-26 02:44:52 -04:00
parent 15650af931
commit 7d89495667
2 changed files with 16 additions and 5 deletions

View file

@ -1,20 +1,17 @@
#+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))
(setq-default dotspacemacs-configuration-layers '(salt))
#+END_SRC
Note that this layer requires the yaml layer.

View file

@ -0,0 +1,14 @@
;;; config.el --- salt Layer packages File for Spacemacs
;;
;; Copyright (c) 2012-2015 Sylvain Benner
;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Prerequisites
(configuration-layer/declare-layer 'yaml)