This repository has been archived on 2020-12-27 . You can view files and clone it, but cannot push or open issues or pull requests.
The orthography change from "w" to "v" made it so every "ó" was changed to a "v", and all the "v"s were then changed to "w". Changed the order, everything work again.
Conlanging layer
Description
This layer adds support for conlanging.
Features
- Conversion from translittion to other alphabets
- Open linguistic files
Install
To install this layer, either clone this project in your ~/.emacs.d/private/
folder, or symlink it from there to your actual clone location. Then, add
conlanging
in your dotspacemacs file in the
dotspacemacs-configuration-layers
list:
(setq-default dotspacemacs-configuration-layers '(conlanging))
You can then reload your configuration file with SPC f e R
, or restart Emacs
with SPC q r
or SPC q R
.
Key bindings
Key Binding | Description |
---|---|
SPC o l e o |
Open einnlanda.org file |
SPC o l e r |
Translate Einnlandish transliteration into runes |
SPC o l e l |
Translate Einnlandish transliteration into native latin |
SPC o l h o |
Open Einnlandic’s hjelp.org file |
SPC o l m o |
Open Mattér’s matter.org file |
SPC o l m r |
Translate Mattér transliteration into runes |
SPC o l m l |
Translate Mattér transliteration into native latin |
SPC o l n o |
Open Ňyqy’s nyqy.org file |
SPC o l t o |
Open Tãso’s taso.org file |
Languages
Emacs Lisp
100%