AutoYADM commit: 2025-05-12 22:01:09

This commit is contained in:
Daniel Fichtinger 2025-05-12 22:01:09 -04:00
parent 39c44f3536
commit 8275349dbe

View file

@ -16,4 +16,7 @@ hook global WinSetOption filetype=kak %{
hook global WinSetOption filetype=markdown %{ hook global WinSetOption filetype=markdown %{
set-option window formatcmd "dprint fmt --stdin md" set-option window formatcmd "dprint fmt --stdin md"
} }
hook global BufCreate .*[.](typ|typst) %{
set-option buffer filetype typst
}