spacemacs/layers/+distributions/spacemacs-docker/deps-install
JAremko c1e4556882 Format and cleanup docs. Fix links. 2017-04-28 23:29:14 -04:00
..
installers Format and cleanup docs. Fix links. 2017-04-28 23:29:14 -04:00
lib Redesign spacemacs-docker distribution 2017-04-11 23:40:59 -04:00
README.org Format and cleanup docs. Fix links. 2017-04-28 23:29:14 -04:00
run Redesign spacemacs-docker distribution 2017-04-11 23:40:59 -04:00

README.org

spacemacs-docker layers dependency installation scripts

Description

Dependency installation scripts for Spacemacs layers in Docker environment.

How it works

When .spacemacs file contains one of supported layers and its installation isn't disabled, it will be used to satisfy the layer's requirements, taking into account its configurations. For example, gometalinter will be installed only if the variable go-use-gometalinter is t. Set <LAYER_NAME>-spacemacs-docker-disable-deps-install to t if you want to disable dependency installation for the <LAYER_NAME> layer. Example:

  (pandoc :variables pandoc-spacemacs-docker-disable-deps-install t)