fixed Eittlandic LaTeX rune issue

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.
This commit is contained in:
Phuntsok Drak-pa 2019-09-13 18:37:15 +02:00
parent 5a3b49c3ed
commit c12253d458
1 changed files with 2 additions and 2 deletions

View File

@ -80,9 +80,9 @@
("hv" . "x")
("ø" . "\\\\o")
("œ" . "\\\\oO")
("v" . "w")
("ó" . "v")
("ń" . "\\\\ndot")
("v" . "w")))
("ń" . "\\\\ndot")))
(setq conlanging//eittlanda-latin-to-runes '((", *" . "")
("\\. *" . "")
(" +" . "")