From f113ffeafc315b69d38e26d88d7113c7ef8df898 Mon Sep 17 00:00:00 2001 From: Triavanicus Date: Sat, 10 Nov 2018 05:40:55 -0600 Subject: [PATCH] Wouldn't it be something like this, I can really only think of those two use cases for the 'x' glyph to change, --- Emacs-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emacs-instructions.md b/Emacs-instructions.md index bf41c0a..263fa34 100644 --- a/Emacs-instructions.md +++ b/Emacs-instructions.md @@ -179,7 +179,7 @@ None of the above worked for me for emacs 24.5.1 on Debian Linux. So, after @sie ("[^<]\\(~~\\)" #Xe168) ("\\(~~>\\)" #Xe169) ("\\(%%\\)" #Xe16a) - ;; ("\\(x\\)" #Xe16b) This ended up being hard to do properly so i'm leaving it out. + ("[0\[]\\(x\\)" #Xe16b) ("[^:=]\\(:\\)[^:=]" #Xe16c) ("[^\\+<>]\\(\\+\\)[^\\+<>]" #Xe16d) ("[^\\*/<>]\\(\\*\\)[^\\*/<>]" #Xe16f))))