1
0
Fork 0

fix(emacs): change match clause indentation in tuareg

This commit is contained in:
Lucas Sta Maria 2025-03-14 11:28:23 -04:00
parent c6d0d2ea2a
commit 76e1dfb8be
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -77,6 +77,7 @@
(use-package tuareg :straight t
:custom
(utop-command "opam exec -- dune utop . -- -emacs")
(tuareg-match-clause-indent 0)
:hook ((tuareg-mode . flycheck-ocaml-setup)))
(use-package utop :straight t)
(use-package dune :straight t)