envrc layer

img/envrc.png

Table of Contents

Description

This layer adds envrc support.

It simply adds the envrc and sets up it’s global hook.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add envrc to the existing dotspacemacs-configuration-layers list in this file.

(defun dotspacemacs/layers ()
  dotspacemacs-configuration-layers '(
                                      ; SPACEMACS_DIR/private/envrc/README.org
                                      envrc
                                      )
  )