change / to . in init

This commit is contained in:
iris committed 2022-08-02 16:52:29 -04:00
1 parent 31ebe341c3
commit efece83eb8
1 file changed
+2 -2
+2 -2
View File
@@ -1,8 +1,8 @@
for _, name in ipairs({
'mappings/colemak',
'mappings.colemak',
'reload',
'general',
'plugins',
'mappings/general',
'mappings.general',
'theme',
}) do require('config.' .. name) end