aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autocorrect.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/autocorrect.go b/autocorrect.go
index a94f700..31d5657 100644
--- a/autocorrect.go
+++ b/autocorrect.go
@@ -2,6 +2,7 @@ package main
// AutoCorrect prefix: '`'
var AutoCorrect = map[rune]rune{
+ '`': '`',
'[': '←',
'-': '×',
'=': '÷',