diff --git a/modules/config/default/autoload/default.el b/modules/config/default/autoload/default.el index 15ab54961..6efbff355 100644 --- a/modules/config/default/autoload/default.el +++ b/modules/config/default/autoload/default.el @@ -119,6 +119,7 @@ languages)." (if (and (sp-point-in-comment) comment-line-break-function) (funcall comment-line-break-function) + (delete-horizontal-space t) (newline nil t) (indent-according-to-mode)))