spacemacs/core/templates
justbur 32f523e062 spacemacs-helm: New layer
Collect helm configuration from spacemacs and spacemacs-base into one
place. The purpose is to allow choice between this layer and
spacemacs-ivy.
2016-01-09 13:36:03 -05:00
..
.spacemacs.template spacemacs-helm: New layer 2016-01-09 13:36:03 -05:00
extensions.el.template Create the layer README on create-layer 2015-11-24 23:20:45 +01:00
packages.el.template Create the layer README on create-layer 2015-11-24 23:20:45 +01:00
README.org.template Refactor CONTRIBUTING documentations 2015-12-11 01:09:09 -05:00

#+TITLE: %LAYERNAME% layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />

#+CAPTION: logo

# The maximum height of the logo should be 200 pixels.
[[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   |