smartparens: add org-mode pairs

This commit is contained in:
Henrik Lissner 2015-11-27 22:55:58 -05:00
parent a59db94021
commit 70b0bdad2a

View file

@ -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