aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2008-03-03 22:12:42 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2008-03-03 22:12:42 -0500
commitbdc82eaee1c444bb79e5c926bd9f2a2c1ee816a3 (patch)
treed6e850f2bbc9c173527cc87847186d0bcf4d6f70 /init.lua
parent63da421a2987c5d71c7adb99d0b82c32116c55ba (diff)
Modified some package paths for consistency.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index fce4e56e..391e2db9 100644
--- a/init.lua
+++ b/init.lua
@@ -5,7 +5,7 @@ require 'ext/find'
require 'ext/mime_types'
require 'ext/keys'
-local mpath = _HOME..'modules/?.lua;'.._HOME..'/modules/?/init.lua'
+local mpath = _HOME..'/modules/?.lua;'.._HOME..'/modules/?/init.lua'
package.path = mpath..';'..package.path
-- modules to load on startup