7 lines
302 B
TOML
7 lines
302 B
TOML
[[language]]
|
|
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/utils/mail-utils/format.py" }
|
|
auto-format = true
|