From a27a93520fcd440f0897c1da93b55af9ad955b9a Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 1 Jun 2023 17:33:08 +0200 Subject: [PATCH] Fix aphelaia for nix (use alejandra) --- modules/emacs/default.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/emacs/default.el b/modules/emacs/default.el index b675964..e173b2a 100644 --- a/modules/emacs/default.el +++ b/modules/emacs/default.el @@ -630,9 +630,9 @@ (gofmt . ("gofmt")) (google-java-format . ("google-java-format" "-")) (isort . ("isort" "-")) - ;(latexindent . ("latexindent" "--logfile=/dev/null")) + (latexindent . ("latexindent" "--logfile=/dev/null")) (mix-format . ("mix" "format" "-")) - (nixfmt . "alejandra") + (nixfmt . ("alejandra" "-")) (rustfmt . ("rustfmt" "--quiet" "--emit" "stdout")) (terraform . ("terraform" "fmt" "-")))) :preface