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")
|
("hv" . "x")
|
||||||
("ø" . "\\\\o")
|
("ø" . "\\\\o")
|
||||||
("œ" . "\\\\oO")
|
("œ" . "\\\\oO")
|
||||||
|
("v" . "w")
|
||||||
("ó" . "v")
|
("ó" . "v")
|
||||||
("ń" . "\\\\ndot")
|
("ń" . "\\\\ndot")))
|
||||||
("v" . "w")))
|
|
||||||
(setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
(setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
||||||
("\\. *" . "⁝")
|
("\\. *" . "⁝")
|
||||||
(" +" . "᛬")
|
(" +" . "᛬")
|
||||||
|
Reference in New Issue
Block a user