diff --git a/modules/module-php.el b/modules/module-php.el index 56e0aa083..1b6abdfbb 100644 --- a/modules/module-php.el +++ b/modules/module-php.el @@ -34,10 +34,10 @@ (message "PHP eldoc updated!")))) (sp-with-modes '(php-mode) - (sp-local-pair "/*" "*/" :post-handlers '(("||\n[i]" "RET") ("| " "SPC"))) - (sp-local-pair "/**" "*/" :post-handlers '(("||\n[i]" "RET") ("||\n[i]" "SPC"))) - (sp-local-pair "" :post-handlers '(("||\n[i]" "RET") ("| " "SPC") )) - (sp-local-pair "" :post-handlers '(("||\n[i]" "RET") ("| " "SPC"))) + (sp-local-pair "/*" "*/" :post-handlers '(("||\n[i]" "RET") ("| " "SPC"))) + (sp-local-pair "/**" "*/" :post-handlers '(("||\n[i]" "RET") ("||\n[i]" "SPC"))) + (sp-local-pair "") + (sp-local-pair "") (sp-local-pair "") (sp-local-pair "" :when '(("RET")) :post-handlers '("||\n[i]")) (sp-local-pair "" :when '(("RET")) :post-handlers '("||\n[i]")))