mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 08:31:13 +00:00
8 lines
102 B
Lua
8 lines
102 B
Lua
require("auto-save").setup({
|
|
execution_message = {
|
|
message = function()
|
|
return ""
|
|
end,
|
|
},
|
|
})
|