From c823a141a7eebb2bcbcd35cb3763de01c39bd80d Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Fri, 23 Aug 2019 13:45:26 +0200 Subject: [PATCH] added explicit whitespace marking with `:' --- funcs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/funcs.el b/funcs.el index 1aea7dd..76eefd8 100644 --- a/funcs.el +++ b/funcs.el @@ -86,6 +86,7 @@ (setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝") ("\\. *" . "⁝") (" +" . "᛬") + (":" . "᛬") ("hw" . "ᛪ") ("i" . "ᛁ") ("y" . "ᛦ")