From 7f964bfa65d76dfa82cbd0cecd80447caa0a5ea0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 9 Jul 2019 02:19:02 +0200 Subject: [PATCH] Fix +1 space before closing comment delimiter in C languages --- modules/config/default/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/config.el b/modules/config/default/config.el index 8ef447092..800d492aa 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -124,7 +124,7 @@ "/*" "*/" :actions '(insert) :post-handlers '(("| " "SPC") - ("|\n*/[i][d-2]" "RET") + ("|\n[i]*/[d-2]" "RET") (+default-expand-asterix-doc-comment-block "*"))) (after! smartparens-ml