smartparens: fix 'wrong side of point' errors in C++
This commit is contained in:
parent
512efdd446
commit
9351dcd218
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ enable multiple minor modes for the same regexp.")
|
|||
(sp-local-pair "while" "" :when '(("SPC")) :post-handlers '((:add sp-insert-yasnippet)) :actions '(insert)))
|
||||
|
||||
(sp-with-modes '(c-mode c++-mode objc-mode php-mode java-mode)
|
||||
(sp-local-pair "/*" "" :post-handlers '(("||\n[i]*/" "RET") ("| */" "SPC")))
|
||||
(sp-local-pair "/*" "*/" :post-handlers '(("||\n[i]" "RET") ("| " "SPC")))
|
||||
|
||||
;; Doxygen blocks
|
||||
(sp-local-pair "/**" "*/" :post-handlers '(("||\n[i]" "RET") ("||\n[i]" "SPC")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue