Revise comments

This commit is contained in:
Henrik Lissner 2020-02-28 16:29:49 -05:00
parent ea01e850e4
commit 88dd15e204
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 6 additions and 8 deletions

View file

@ -24,8 +24,6 @@
(when (featurep! :checkers spell)
(add-hook 'tuareg-mode-local-vars-hook #'flyspell-prog-mode))
;; Indent new lines in a comment block, and optionally prefix new comment
;; lines with an asterix. See `+ocaml-prefix-comments-with-asterisk'.
(setq-hook! 'tuareg-mode-hook
comment-line-break-function #'+ocaml/comment-indent-new-line)