From fc06c0dd4b0e2cf7ec729e11b77303f4276f61c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 20 Oct 2024 14:50:02 +0200 Subject: [PATCH] Home Gen365 @ 2024-10-20-14:50 --- modules/home/doom/static/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index f07bc7c..c10bb5a 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -133,4 +133,4 @@ (set-lsp-priority! 'clangd 2)) -(set-formatter! 'alejandra "/usr/bin/env alejandra -" :modes '(nix-mode)) +(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))