This commit is contained in:
Xinhao Yuan 2019-07-06 00:11:17 -04:00
parent af81516211
commit dfd6c0f69c
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ local function create(data)
if data == nil then
data = restore_data({
history_file = ".machi_history",
history_save_max = 100
gap = beautiful.useless_gap
history_save_max = 100,
gap = beautiful.useless_gap,
})
end