chore: change text macro defualt flag

This commit is contained in:
Innei
2022-04-30 23:25:53 +08:00
parent 8f786bc721
commit 220189f245

View File

@@ -75,7 +75,7 @@ const generateDefaultConfig: () => IConfig = () => ({
enable: false,
},
textOptions: {
macros: false,
macros: true,
},
})