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/core/templates/README.org.template
Eivind Fonn c893383fe4 Fix some documentation bugs
- CSS links
- GIFS in published version
- Unify layer doc titles
- Change emoji layer emojis to an image
2015-12-03 23:50:29 -05:00

28 lines
685 B
Text

#+TITLE: %LAYERNAME% layer
#+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 |