diff options
author | 2008-03-03 22:12:42 -0500 | |
---|---|---|
committer | 2008-03-03 22:12:42 -0500 | |
commit | bdc82eaee1c444bb79e5c926bd9f2a2c1ee816a3 (patch) | |
tree | d6e850f2bbc9c173527cc87847186d0bcf4d6f70 /core/init.lua | |
parent | 63da421a2987c5d71c7adb99d0b82c32116c55ba (diff) | |
download | textadept-bdc82eaee1c444bb79e5c926bd9f2a2c1ee816a3.tar.gz textadept-bdc82eaee1c444bb79e5c926bd9f2a2c1ee816a3.zip |
Modified some package paths for consistency.
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index f25fb5e2..5f349634 100644 --- a/core/init.lua +++ b/core/init.lua @@ -34,7 +34,7 @@ function cocoa_dialog(kind, opts) return out end -package.path = package.path..';'.._HOME..'/core/?.lua' +package.path = _HOME..'/core/?.lua;'..package.path require 'iface' require 'events' |