spacemacs/core/templates/layer-README.template

29 lines
727 B
Plaintext
Raw Normal View History

2015-06-10 17:40:51 +00:00
* %LAYERNAME% contribution layer for Spacemacs
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-06-10 17:40:51 +00:00
- [[#layername-contribution-layer-for-spacemacs][%LAYERNAME% contribution layer for Spacemacs]]
- [[#description][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 |