mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
smartparens: add org-mode pairs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user