spacemacs/layers/+lang/yaml/README.org

16 lines
415 B
Org Mode
Raw Normal View History

2015-08-10 12:45:21 +00:00
#+TITLE: YAML contribution layer for Spacemacs
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
2015-08-10 12:45:21 +00:00
* Description
This layer provides syntax highlighting for YAML files.
* Install
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(yaml))
#+END_SRC