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