696f2d461a
It's important to make templating variables something unique-looking so that you don't accidentally write template variables where you don't mean to. For example, in extensions.template, "package names go here" was being replaced with "package <name of package>s go here", etc. Also Search case-insensitively for good measure
24 lines
502 B
Text
24 lines
502 B
Text
# %LAYERNAME% contribution layer for Spacemacs
|
|
|
|
![logo](img/%LAYERNAME%.png)
|
|
|
|
;; Generate TOC here, use the commande `markdown-toc/generate-toc`
|
|
|
|
## Description
|
|
|
|
This layer does wondeful things:
|
|
- thing01
|
|
|
|
## Install
|
|
|
|
To use this contribution add it to your `~/.spacemacs`
|
|
|
|
```elisp
|
|
(setq-default dotspacemacs-configuration-layers '(%LAYERNAME%))
|
|
```
|
|
|
|
## Key bindings
|
|
|
|
Key Binding | Description
|
|
--------------|------------------------------------------------------------
|
|
`<SPC> x x x` | Does thing01
|