spacemacs/layers/+lang/asciidoc
Steven Allen 9f48b951db Fix file extension matching for filenames with newlines
- "\\.ext$" matches both "abc.ext" and "abc.ext\nsomething".
- "\\.ext\\'" matches only "abc.ext".
2016-04-29 22:16:49 -04:00
..
packages.el Fix file extension matching for filenames with newlines 2016-04-29 22:16:49 -04:00
README.org

Asciidoc layer

Description

This layer adds AsciiDoc markup language support to Spacemacs.

Feature

  • asciidoc format support via adoc-mode
  • .adoc files are associated with adoc-mode by default

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add asciidoc to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Element insertion

Key Binding Description
SPC m h 1 Insert title level 1
SPC m h I Insert title level 1 (the most important one)
SPC m h 2 Insert title level 2
SPC m h i Insert title level 2 (the most usual one)
SPC m h 3 Insert title level 3
SPC m h 4 Insert title level 4
SPC m h 5 Insert title level 5
SPC m h 5 Insert title level 5
SPC m x b Boldface selected
SPC m x i Italicize selected

Promotion, Demotion

Key Binding Description
M-h Promote title level
M-l Denote title level