spacemacs/core/templates/layer-README.template
Eivind Fonn 31a768a172 Update layer README template
With respect to the recent documentation changes
2015-11-04 20:05:37 +01:00

29 lines
727 B
Plaintext

* %LAYERNAME% contribution layer for Spacemacs
#+CAPTION: logo
[[img/%LAYERNAME%.png]]
* Table of Contents :TOC_4_org:noexport:
- [[#layername-contribution-layer-for-spacemacs][%LAYERNAME% contribution layer for Spacemacs]]
- [[#description][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 |