We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i am new to Elixir, my apheleia config work for several modes, e.g. Crystal mode. but, it not work when i enable a Elixir .exs file.
I try set the (setq apheleia-log-only-errors nil) to check the log, but it's seem like no any log output when save buffer.
(setq apheleia-log-only-errors nil)
If i add following config, the formatter work well.
(setf (alist-get 'mix-format apheleia-formatters) '("mix" "format" filepath))
The log output correctly for now.
Mon Mar 11 23:46:32 2024 :: /home/zw963/Elixir/simple/test/ $ mix format /home/zw963/Elixir/simple/test/simple_test.exs (no output on stderr)
You can check all my config here
thanks.
The text was updated successfully, but these errors were encountered:
Can you do more testing to see what is the difference between the configured command line
apheleia/apheleia-formatters.el
Lines 92 to 93 in dd24c54
and what you updated it to, that results in one working on your system but not the other? Apheleia is just running the command.
Sorry, something went wrong.
No branches or pull requests
Hi, i am new to Elixir, my apheleia config work for several modes, e.g. Crystal mode.
but, it not work when i enable a Elixir .exs file.
I try set the
(setq apheleia-log-only-errors nil)
to check the log, but it's seem like no any log output when save buffer.If i add following config, the formatter work well.
The log output correctly for now.
You can check all my config here
thanks.
The text was updated successfully, but these errors were encountered: