mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
feat: use == for highlight
Defaults to use == for highlights too.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user