spacemacs/core/templates
Fabien Dubosson 028c53fbd7 Create the layer README on create-layer
When using `configuration-layer/create-layer`, the `README.org` file is
not created from the template. This change corrects this.

Close #3259
2015-11-24 23:20:45 +01:00
..
.spacemacs.template Clean up org loading check 2015-11-23 20:15:09 +01:00
extensions.el.template Create the layer README on create-layer 2015-11-24 23:20:45 +01:00
packages.el.template Create the layer README on create-layer 2015-11-24 23:20:45 +01:00
README.org.template Create the layer README on create-layer 2015-11-24 23:20:45 +01:00

#+TITLE: %LAYERNAME% contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />

#+CAPTION: logo

[[img/%LAYERNAME%.png]]

* Table of Contents                                        :TOC_4_org:noexport:
 - [[Decsription][Description]]
 - [[Install][Install]]
 - [[Key bindings][Key bindings]]

* Description
This layer does wonderful things:
  - thing01

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

#+begin_src emacs-lisp
  (setq-default dotspacemacs-configuration-layers '(%LAYERNAME%))
#+end_src

* Key bindings

| Key Binding     | Description    |
|-----------------+----------------|
| ~<SPC> x x x~   | Does thing01   |