mirror of
https://github.com/factoriolib/flib.git
synced 2025-09-04 08:26:22 +00:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
hook global WinSetOption filetype=lua %{
|
|
hook window BufWritePre .* format
|
|
}
|
|
|
|
hook global WinSetOption filetype=(factorio-changelog|ini) %{
|
|
hook window BufWritePost .* spell
|
|
}
|