spacemacs/layers/+distributions/spacemacs-docker/dockerfiles/spacemacs-docker/usr/local/spacemacs/deps-installers/README.org

1.3 KiB

spacemacs-docker layers dependency installation scripts

Description

Dependency installation scripts for spacemacs-docker distribution.

How it works

If user's .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>-docker-spacemacs-disable-dependencies-installer to t if you want to disable dependency installation for the <LAYER_NAME> layer. Example:

  (pandoc :variables pandoc-docker-spacemacs-disable-dependencies-installer t)