AutoYADM commit: 2025-04-07 13:00:08

This commit is contained in:
Daniel Fichtinger 2025-04-07 13:00:08 -04:00
parent add2f01463
commit e072bb3c78

View file

@ -3,5 +3,5 @@ name = "markdown"
file-types = [{ glob = "/tmp/aerc-compose-*.eml" }] file-types = [{ glob = "/tmp/aerc-compose-*.eml" }]
language-servers = ["harper-ls", "marksman", "scls"] language-servers = ["harper-ls", "marksman", "scls"]
# formatter = { command = "/usr/lib/aerc/filters/wrap", args = ["-w", "74"] } # 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 auto-format = true