Remove */* sp-local-pair for markdown/org-mode
This commit is contained in:
parent
a7b099b923
commit
ab9e9c96fe
1 changed files with 0 additions and 2 deletions
|
@ -212,8 +212,6 @@
|
||||||
(sp-local-pair "/*\n" "\n */" :post-handlers '(("||[i]" "RET"))))
|
(sp-local-pair "/*\n" "\n */" :post-handlers '(("||[i]" "RET"))))
|
||||||
(sp-with-modes '(c-mode c++-mode php-mode java-mode)
|
(sp-with-modes '(c-mode c++-mode php-mode java-mode)
|
||||||
(sp-local-pair "/*" "" :post-handlers '((" ||\n[i]*/" "RET"))))
|
(sp-local-pair "/*" "" :post-handlers '((" ||\n[i]*/" "RET"))))
|
||||||
(sp-with-modes '(markdown-mode org-mode)
|
|
||||||
(sp-local-pair "*" "*" :unless '(sp-point-after-bol-p sp-point-before-same-p sp-point-after-same-p)))
|
|
||||||
|
|
||||||
(after! yasnippet
|
(after! yasnippet
|
||||||
(advice-add 'yas-expand :before 'sp-remove-active-pair-overlay)))
|
(advice-add 'yas-expand :before 'sp-remove-active-pair-overlay)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue