spacemacs/core/templates
Xue Fuqiao 4958f7fc10 Fix "the point" problems
Point is a proper name when it refers to the current editing location.
Moreover, point designates a place *between* two characters (or before the first
character, or after the last character), rather than a particular character.

References:

* http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00414.html
* https://www.gnu.org/software/emacs/manual/html_node/elisp/Point.html#index-point
2016-01-31 21:48:52 +01:00
..
.spacemacs.template Fix "the point" problems 2016-01-31 21:48:52 +01:00
README.org.template Update packages.el template 2016-01-11 19:06:43 -05:00
REPORTING.template Add a command for reporting issue to spacemacs 2016-01-26 01:21:02 -05:00
packages.el.template Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00

README.org.template

#+TITLE: %LAYER_NAME% 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/%LAYER_NAME%.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 '(%LAYER_NAME%))
#+end_src

* Key bindings

| Key Binding     | Description    |
|-----------------+----------------|
| ~<SPC> x x x~   | Does thing01   |