/web-layer

Spacemacs layer for web development.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

xuyizhe-web layer

Table of Contents

Install

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

Examples

Configuration

You can customize the user experience of xuyizhe-web with the following layer variables:

  • indent-level set the global indentation.

The default configuration of the layer is:

(setq-default dotspacemacs-configuration-layers '(
  (xuyizhe-web :variables indent-level 2)))