spacemacs/contrib/lang/html
2015-01-20 22:32:13 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Change all SPC m g bindings to SPC m g g according to conventions 2015-01-20 22:32:13 -05:00
README.md Add evil-matchit and enable it in html and auctex layers 2015-01-18 00:32:27 -05:00

HTML contribution layer for Spacemacs

logo

Table of Contents

Description

This layer adds support for editing HTML and CSS.

Features:

  • Editing HTML and CSS file using web-mode
  • Support for Scss and Less files
  • Generate HTML and CSS coding using emmet-mode
  • Tags navigation on key % using evil-matchit

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(html)
  "List of contribution to load."
)

Key Bindings

commands

Key Binding      |                 Description

---------------------|------------------------------------------------------------ SPC m h | quick navigate CSS rules using helm