2019-07-21 14:48:11 +00:00
|
|
|
|
#+TITLE: Conlanging layer
|
|
|
|
|
|
2019-07-21 15:27:53 +00:00
|
|
|
|
[[img/conlang_flag.png]]
|
2019-07-21 14:48:11 +00:00
|
|
|
|
|
|
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
|
|
|
|
- [[#description][Description]]
|
2019-07-21 15:27:53 +00:00
|
|
|
|
- [[#features][Features]]
|
2019-07-21 14:48:11 +00:00
|
|
|
|
- [[#install][Install]]
|
|
|
|
|
- [[#key-bindings][Key bindings]]
|
|
|
|
|
|
|
|
|
|
* Description
|
2019-07-21 15:24:46 +00:00
|
|
|
|
This layer adds support for conlanging.
|
2019-07-21 14:48:11 +00:00
|
|
|
|
|
2019-07-21 15:27:53 +00:00
|
|
|
|
** Features
|
2019-07-21 15:24:46 +00:00
|
|
|
|
- Conversion from translittion to other alphabets
|
|
|
|
|
- Open linguistic files
|
2019-07-21 14:48:11 +00:00
|
|
|
|
|
|
|
|
|
* Install
|
2019-07-21 15:24:46 +00:00
|
|
|
|
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~.
|
2019-07-21 14:48:11 +00:00
|
|
|
|
|
|
|
|
|
* Key bindings
|
|
|
|
|
|
2019-07-21 15:24:46 +00:00
|
|
|
|
| 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 |
|