refactor(ocaml): use apheleia instead of ocamlformat.el

The ocamlformat.el package reinvents what Apheleia is already doing, but
Apheleia's default definition for ocamlformat is a little simplistic.
This merges the efforts of both and allows us to cut down on an unneeded
dependency.
This commit is contained in:
Henrik Lissner 2024-08-13 16:31:12 -04:00
parent 95e0b43012
commit fa153d5b91
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 7 additions and 22 deletions

View file

@ -18,11 +18,6 @@
(when (modulep! :tools eval)
(package! utop :pin "384b3098c8c4a2e26b87167053952b753aa8a63a"))
(when (modulep! :editor format)
(package! ocamlformat
:recipe (:host github :repo "ocaml-ppx/ocamlformat" :files ("emacs/*.el"))
:pin "c43f89bc0ebd536009151814214320bdf3988c50"))
(package! dune
:recipe (:host github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el"))
:pin "aac3d84f1d5abdf276d72be3dccac23bf99b3c7c")