mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ocaml: ensure * in block comments are padded
(* * <-- ensures there is at least one space here *)
This commit is contained in:
@ -21,6 +21,10 @@
|
||||
(when (featurep! :tools flyspell)
|
||||
(add-hook 'tuareg-mode-local-vars-hook #'flyspell-prog-mode))
|
||||
|
||||
;; Ensure asterixes in block comments have at least one space of indentation
|
||||
(setq-hook! 'tuareg-mode-hook
|
||||
comment-line-break-function #'+ocaml/comment-indent-new-line)
|
||||
|
||||
|
||||
(def-package! merlin
|
||||
:unless (featurep! +lsp)
|
||||
|
Reference in New Issue
Block a user