spacemacs/core/templates/layer-README.template
person808 640366e9ae Add spacing conventions for writing documentation.
These were briefly discussed in #2124.
2015-07-27 12:11:52 -04:00

29 lines
728 B
Plaintext

* %LAYERNAME% contribution layer for Spacemacs
#+CAPTION: logo
[[img/%LAYERNAME%.png]]
** Table of Contents :TOC@4:
- [[#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 |