Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom commands for running ocamlformat #2577

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. Allow custom commands for running ocamlformat

    Currently it's possible to customize the path or name of the
    ocamlformat executable that gets run by the emacs ocamlformat
    package. However sometimes it's desirable to run ocamlformat by
    running a multi-word command, such as `opam exec ocamlformat --`. This
    change adds support running coamlformat with custom multi-word
    commands by allowing the `ocamlformat-command` variable to be set to a
    list of strings.
    
    Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
    gridbugs committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2e7c7e2 View commit details
    Browse the repository at this point in the history