fix(emacs): change match clause indentation in tuareg
This commit is contained in:
parent
c6d0d2ea2a
commit
76e1dfb8be
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
||||||
(use-package tuareg :straight t
|
(use-package tuareg :straight t
|
||||||
:custom
|
:custom
|
||||||
(utop-command "opam exec -- dune utop . -- -emacs")
|
(utop-command "opam exec -- dune utop . -- -emacs")
|
||||||
|
(tuareg-match-clause-indent 0)
|
||||||
:hook ((tuareg-mode . flycheck-ocaml-setup)))
|
:hook ((tuareg-mode . flycheck-ocaml-setup)))
|
||||||
(use-package utop :straight t)
|
(use-package utop :straight t)
|
||||||
(use-package dune :straight t)
|
(use-package dune :straight t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue