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:
parent
5a3b49c3ed
commit
c12253d458
4
funcs.el
4
funcs.el
@ -80,9 +80,9 @@
|
||||
("hv" . "x")
|
||||
("ø" . "\\\\o")
|
||||
("œ" . "\\\\oO")
|
||||
("v" . "w")
|
||||
("ó" . "v")
|
||||
("ń" . "\\\\ndot")
|
||||
("v" . "w")))
|
||||
("ń" . "\\\\ndot")))
|
||||
(setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
||||
("\\. *" . "⁝")
|
||||
(" +" . "᛬")
|
||||
|
Reference in New Issue
Block a user