From e072bb3c787eada895760e20bf37b1368914075c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 7 Apr 2025 13:00:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-07 13:00:08 --- .config/aerc/helix-config/.helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/aerc/helix-config/.helix/languages.toml b/.config/aerc/helix-config/.helix/languages.toml index 675f6a5f..deaa1c74 100644 --- a/.config/aerc/helix-config/.helix/languages.toml +++ b/.config/aerc/helix-config/.helix/languages.toml @@ -3,5 +3,5 @@ name = "markdown" file-types = [{ glob = "/tmp/aerc-compose-*.eml" }] language-servers = ["harper-ls", "marksman", "scls"] # formatter = { command = "/usr/lib/aerc/filters/wrap", args = ["-w", "74"] } -formatter = { command = "/home/fic/dev/mail-utils/format.py" } +formatter = { command = "/home/fic/dev/utils/mail-utils/format.py" } auto-format = true