Fix unescaped backslash in prettify-symbols-alist

This commit is contained in:
Joshua Munn 2021-08-09 10:24:02 +01:00 committed by GitHub
parent 10555519e2
commit c77797675d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@
("<==" #XE9ED)
("<-\\" #XE9EE)
("<-/" #XE9EF)
("<=\" #XE9F0)
("<=\\" #XE9F0)
("<=/" #XE9F1)
("=<<" #XEA00)
("==" #XEA01)