fix: don't autocomplete ^

Resolved #521
This commit is contained in:
Tienson Qin
2020-11-24 21:10:49 +08:00
parent 416e36ee1b
commit 2565c3b08b
2 changed files with 12 additions and 1 deletions

View File

@@ -1422,7 +1422,8 @@
"*" "*"
;; "_" "_"
;; ":" ":" ; TODO: only properties editing and org mode tag
"^" "^"})
;; "^" "^"
})
(def reversed-autopair-map
(zipmap (vals autopair-map)