feat: use == for highlight

Defaults to use == for highlights too.
This commit is contained in:
Tienson Qin
2021-07-27 23:28:18 +08:00
parent 8aae5a8dba
commit 89213693d1
4 changed files with 8 additions and 8 deletions

View File

@@ -1498,8 +1498,8 @@
"*" "*"
"_" "_"
"^" "^"
"=" "="
;; ":" ":" ; TODO: only properties editing and org mode tag
})
(def reversed-autopair-map
@@ -1507,7 +1507,7 @@
(keys autopair-map)))
(defonce autopair-when-selected
#{"^" "_"})
#{"^" "_" "="})
(def delete-map
(assoc autopair-map