From 7dd8e39cad30fbe232d7ac6b84e79ef07c10d72e Mon Sep 17 00:00:00 2001 From: Bad3r Date: Sat, 8 Jul 2023 04:51:45 -0400 Subject: [PATCH] enhance: disable tilde autoair and enable quote autopairing --- src/main/frontend/handler/editor.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index 19fea8cd74a..34908b84014 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -1561,6 +1561,8 @@ "{" "}" "(" ")" "`" "`" + "\"" "\"" + "'" "'" "~" "~" "*" "*" "_" "_" @@ -1575,7 +1577,7 @@ (keys autopair-map))) (def autopair-when-selected - #{"*" "^" "_" "=" "+" "/"}) + #{"*" "^" "_" "=" "+" "/" "~"}) (def delete-map (assoc autopair-map