From 7d8949566742f4310ffb8e7bf3ea049a3a2a2464 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 26 Aug 2015 02:44:52 -0400 Subject: [PATCH] salt layer: add yaml layer dependency --- contrib/!config/salt/README.org | 7 ++----- contrib/!config/salt/config.el | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 contrib/!config/salt/config.el diff --git a/contrib/!config/salt/README.org b/contrib/!config/salt/README.org index c62c259b6..82a315bc4 100644 --- a/contrib/!config/salt/README.org +++ b/contrib/!config/salt/README.org @@ -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. diff --git a/contrib/!config/salt/config.el b/contrib/!config/salt/config.el new file mode 100644 index 000000000..45c69932d --- /dev/null +++ b/contrib/!config/salt/config.el @@ -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 +;; +;; This file is not part of GNU Emacs. +;; +;;; License: GPLv3 + +;; Prerequisites + +(configuration-layer/declare-layer 'yaml)