fix(emacs): change ocaml setup

This commit is contained in:
Lucas Sta Maria 2025-03-27 20:08:53 -04:00
parent cb29a3a9d8
commit c7a937cb07
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -81,7 +81,9 @@
:custom
(utop-command "opam exec -- dune utop . -- -emacs")
(tuareg-match-clause-indent 0)
:hook ((tuareg-mode . flycheck-ocaml-setup)))
:hook
((tuareg-mode . electric-pair-local-mode)
(tuareg-mode . electric-indent-local-mode)))
(use-package utop :straight t)
(use-package dune :straight t)
(use-package elixir-mode :straight t)