diff options
Diffstat (limited to 'apheleia.el')
| -rw-r--r-- | apheleia.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia.el b/apheleia.el index c71121c..1cb1e29 100644 --- a/apheleia.el +++ b/apheleia.el @@ -930,6 +930,7 @@ being run, for diagnostic purposes." (ktlint . ("ktlint" "--stdin" "-F")) (latexindent . ("latexindent" "--logfile=/dev/null")) (mix-format . ("mix" "format" "-")) + (nixfmt . ("nixfmt")) (ocamlformat . ("ocamlformat" "-" "--name" filepath "--enable-outside-detected-project")) (phpcs . ("apheleia-phpcs")) @@ -1063,6 +1064,7 @@ function: %s" command))) (kotlin-mode . ktlint) (latex-mode . latexindent) (LaTeX-mode . latexindent) + (nix-mode . nixfmt) (python-mode . black) (ruby-mode . prettier) (rustic-mode . rustfmt) |
