mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/ocaml: make asterix in continued comments optional
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
"Break line at point and indent, continuing comment if within one."
|
||||
(interactive)
|
||||
(comment-indent-new-line)
|
||||
(when (eq (char-before) ?*)
|
||||
(when (and +ocaml-prefix-comments-with-asterisk (eq (char-before) ?*))
|
||||
(just-one-space)))
|
||||
|
Reference in New Issue
Block a user