spacemacs/core/templates/README.org.template

29 lines
685 B
Plaintext
Raw Normal View History

#+TITLE: %LAYERNAME% layer
2015-11-13 13:50:54 +00:00
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
2014-12-25 20:25:10 +00:00
2015-06-10 17:40:51 +00:00
#+CAPTION: logo
2014-12-25 20:25:10 +00:00
2015-06-10 17:40:51 +00:00
[[img/%LAYERNAME%.png]]
2014-12-25 20:25:10 +00:00
* Table of Contents :TOC_4_org:noexport:
2015-11-13 13:50:54 +00:00
- [[Decsription][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
2014-12-25 20:25:10 +00:00
* Description
This layer does wonderful things:
- thing01
2014-12-25 20:25:10 +00:00
* Install
2015-06-10 17:40:51 +00:00
To use this contribution add it to your =~/.spacemacs=
2014-12-25 20:25:10 +00:00
2015-06-10 17:40:51 +00:00
#+begin_src emacs-lisp
(setq-default dotspacemacs-configuration-layers '(%LAYERNAME%))
#+end_src
2014-12-25 20:25:10 +00:00
* Key bindings
2015-06-10 17:40:51 +00:00
| Key Binding | Description |
|-----------------+----------------|
| ~<SPC> x x x~ | Does thing01 |