aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
blob: 39291d42b03ddf48da0826bc06d6b08b41bee7d5 (plain) (blame)
1
2
3
4
local source_str = debug.getinfo(1, 'S').source:sub(2)
local script_path = source_str:match('(.*/)')

return dofile(script_path .. 'edconf.lua')