smartparens: add org-mode pairs
This commit is contained in:
parent
a59db94021
commit
70b0bdad2a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue