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.
conlang-layer/README.org

44 lines
1.8 KiB
Org Mode
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#+TITLE: Conlanging layer
[[img/conlang_flag.png]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* 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:
#+begin_src emacs-lisp
(setq-default dotspacemacs-configuration-layers '(conlanging))
#+end_src
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 Einnlandics ~hjelp.org~ file |
| ~SPC o l m o~ | Open Mattérs ~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 Ňyqys ~nyqy.org~ file |
| ~SPC o l t o~ | Open Tãsos ~taso.org~ file |