This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang/yaml/README.org
2015-11-01 23:40:29 -05:00

15 lines
415 B
Org Mode

#+TITLE: YAML contribution layer for Spacemacs
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
* 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