diff --git a/core/core-editor.el b/core/core-editor.el index cfd2973ec..f85d4c18c 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -193,6 +193,9 @@ enable multiple minor modes for the same regexp.") (sp-with-modes '(c-mode c++-mode php-mode java-mode) (sp-local-pair "/*" "" :post-handlers '((" ||\n[i]*/" "RET")))) (sp-with-modes '(org-mode) + (sp-local-pair "\\[ " " \\]") + (sp-local-pair "\\( " " \\)") + (sp-local-pair "$$" "$$") (sp-local-pair "{" nil)) (after! yasnippet