Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.71 KB

README.org

File metadata and controls

45 lines (36 loc) · 1.71 KB

Asciidoc layer

Table of Contents

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 BindingDescription
SPC m h 1Insert title level 1
SPC m h IInsert title level 1 (the most important one)
SPC m h 2Insert title level 2
SPC m h iInsert title level 2 (the most usual one)
SPC m h 3Insert title level 3
SPC m h 4Insert title level 4
SPC m h 5Insert title level 5
SPC m h 5Insert title level 5
SPC m x bBoldface selected
SPC m x iItalicize selected

Promotion, Demotion

Key BindingDescription
M-hPromote title level
M-lDemote title level