mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix +1 space before closing comment delimiter in C languages
This commit is contained in:
@ -124,7 +124,7 @@
|
|||||||
"/*" "*/"
|
"/*" "*/"
|
||||||
:actions '(insert)
|
:actions '(insert)
|
||||||
:post-handlers '(("| " "SPC")
|
:post-handlers '(("| " "SPC")
|
||||||
("|\n*/[i][d-2]" "RET")
|
("|\n[i]*/[d-2]" "RET")
|
||||||
(+default-expand-asterix-doc-comment-block "*")))
|
(+default-expand-asterix-doc-comment-block "*")))
|
||||||
|
|
||||||
(after! smartparens-ml
|
(after! smartparens-ml
|
||||||
|
Reference in New Issue
Block a user