spacemacs/layers/+lang/asciidoc
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

Asciidoc layer

Description

This layer adds AsciiDoc markup language support to Spacemacs.

Features:

  • 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 Demote title level