documentation formatting: Sun May 12 07:27:10 UTC 2019

This commit is contained in:
emacspace 2019-05-12 07:27:10 +00:00 committed by duianto
parent 5f0c40abb1
commit 7a9c455277
3 changed files with 1776 additions and 1751 deletions

View File

@ -1,10 +1,18 @@
#+TITLE: Alda Layer
#+TAGS: layer|uncategorized
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
Alda is a music composition language allowing music to easily be written and
edited in a text file.
This layer adds keybindings for =alda-mode='s functions, which allow Alda code
This layer adds key bindings for =alda-mode=s functions, which allow Alda code
to be interpreted and played by the running Alda server. It will also start the
Alda server if it is not running.
@ -19,9 +27,9 @@ You will also want to ensure that you have installed [[https://github.com/alda-l
can play your code.
* Key bindings
When alda-mode is active in an Alda file, you can use these keybindings:
When alda-mode is active in an Alda file, you can use these key bindings:
| Key Binding | Description |
| Key binding | Description |
|-------------+---------------------------------|
| ~SPC m r~ | Play region (selected text) |
| ~SPC m c~ | Play block (paragraph on point) |

View File

@ -88,6 +88,7 @@
* Programming and markup languages
- [[file:+lang/agda/README.org][agda]]
- [[file:+lang/alda/README.org][alda]]
- [[file:+lang/asciidoc/README.org][asciidoc]]
- [[file:+lang/asm/README.org][asm]]
- [[file:+lang/autohotkey/README.org][autohotkey]]

File diff suppressed because it is too large Load Diff