diff options
| author | Adam <adamdharrison@gmail.com> | 2022-09-24 01:41:10 -0400 |
|---|---|---|
| committer | Adam <adamdharrison@gmail.com> | 2022-09-24 01:41:10 -0400 |
| commit | 4efacd472d311f0178056ccc635e7f4b0694282f (patch) | |
| tree | bbf57c1716ef1363da9372d628cc6118ff199a7d /data | |
| parent | cb117c55ae0fe20d1837e2d9c71487c7a889e69d (diff) | |
| download | lite-xl-cpath-changes.tar.gz lite-xl-cpath-changes.zip | |
Y'know, it's occasionally good to actually test things.cpath-changes
Diffstat (limited to 'data')
| -rw-r--r-- | data/core/start.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/core/start.lua b/data/core/start.lua index b080de4d..b22db019 100644 --- a/data/core/start.lua +++ b/data/core/start.lua @@ -29,7 +29,7 @@ package.cpath = USERDIR .. '/?/init.' .. suffix .. ";" .. DATADIR .. '/?.' .. ARCH .. "." .. suffix .. DATADIR .. '/?/init.' .. ARCH .. "." .. suffix .. - DATADIR .. '/?.' .. suffix + DATADIR .. '/?.' .. suffix .. DATADIR .. '/?/init.' .. suffix package.native_plugins = {} |
