1
0
Fork 0

fix(emacs): add flymake

This commit is contained in:
Lucas Sta Maria 2025-09-01 20:31:22 +08:00
parent a6eb206550
commit 49c04bbf7e
Signed by: lucas
GPG key ID: F07FB16A826E3B47
2 changed files with 11 additions and 1 deletions

View file

@ -83,6 +83,7 @@
:custom
(utop-command "opam exec -- dune utop . -- -emacs")
(tuareg-match-clause-indent 0)
(tuareg-mode-name "🐫")
:hook
((tuareg-mode . electric-pair-local-mode)
(tuareg-mode . electric-indent-local-mode)))