diff --git a/.emacs.d/include/priime-languages.el b/.emacs.d/include/priime-languages.el index 6c407c0..0c7609e 100644 --- a/.emacs.d/include/priime-languages.el +++ b/.emacs.d/include/priime-languages.el @@ -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)